@if(\Session::has('error'))
Error - {{ \Session::get('error') }}
@endif
@if(\Session::has('success'))
Success - {{ \Session::get('success') }}
@endif
| S.no |
Date |
Center |
Action |
@foreach($list as $l)
| {{$loop->index+1}} |
{{$l->from_date .' to '.$l->to_date}} |
{{$l->Centerid}} |
View
|
@endforeach