{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
All Participants
@foreach ($participants as $row) @endforeach
Id Name DOB View Results
{{ $row->id }} {{ $row->name }} {{ $row->dob }}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} @endsection