Patient Registration Patient Registration {{-- Test --}} {{-- Edit Form --}} {{-- Patient listing --}}
{{-- --}}
@foreach ($patient_list as $index => $list) @endforeach
Sr.No Patient Name Patient Mobile No Patient AadharCard No Patient Age Action
{{ $index + 1 }} {{ $list->first_name }} {{ $list->middle_name }} {{ $list->last_name }} {{ $list->mob_no }} {{ $list->aadhar_no }} {{ $list->age }} View Details {{-- --}} {{-- {!! DNS1D::getBarcodeHTML("$list->first_name $list->last_name", 'C39') !!} --}}
{{-- Add --}} {{-- --}}