@if(session()->has('success'))
{{ session()->get('success') }}
@endif
@if(session()->has('error'))
{{ session()->get('error') }}
@endif
@php $i = 1; @endphp
@foreach($results AS $value)
| {!! $i++ !!} |
{!! $value->first_name !!} {{$value->last_name}} |
{{convartMonthAndYearToWord($value->month)}}
|
{!! $value->remarks !!} |
|
@if($value->status !='1')
@endif
|
@endforeach