medQ KYH ( Know Your Health ) Camp Reports
Report:
Show All
Normal
General
Ophthalmology
Dental
Back To Registrations
@if(session('status'))
{{ session('status') }}
@endif
#
Customer Details
Contact
Report
Action
@foreach($kyhReports as $key => $report)
{{ $key + 1 }}
Name: {{ $report->userDetails->name }}
Gender: {{ $report->userDetails->gender }}
Age: {{ $report->userDetails->age }}
{{ $report->userDetails->phone }}
@if($report->report == 1)
Normal
@elseif($report->report == 2)
General
@elseif($report->report == 3)
Ophthalmology
@elseif($report->report == 4)
Dental
@else Unknown @endif
×
Do you really want to delete this data?
@endforeach