medQ KYH ( Know Your Health ) Camp Registrations
@if(session('status'))
{{ session('status') }}
@endif
#
Report
Customer Details
Token
Contact
Action
@foreach($kyh as $key => $t)
{{$key+1}}
@csrf
@if($t->is_active)
Completed @else
Pending @endif
Report
×
medQ KYH Camp Report
@csrf
Normal
General
Ophthalmology
Dental
Name: {{$t->name}}
Company: {{$t->company}}
Gender: {{$t->gender}}
Age: {{$t->age}}
Token Number {{$t->id}}
{{$t->phone}}
×
Do you really want to delete this data?
@endforeach