@if($patients) @foreach ($patients as $index=>$list) @endforeach @else @endif
# Code Name Phone Gender Age Status Action
{{ ($patients->currentPage() - 1) * $patients->perPage() + $index + 1 }}. {{$list->patient_code}} {{$list->name}} {{$list->phone}} {{$list->gender}} {{$list->age}} @if($list->status==0) Registerd @else Complete @endif
No Record Found