@foreach ($data['medicalReport'] as $index => $medicalreport) @endforeach @if (count($data['medicalReport']) <= 0) @endif
{{ __('appointment.name') }} {{ __('appointment.date') }} {{ __('appointment.action') }}
{{ $medicalreport['name'] }} {{ $medicalreport['date'] }} @if ($data['status'] == 1)
@endif @if ($data['status'] == 1) @endif
{{ __('appointment.no_medical_report_found') }}
@push('after-scripts') @endpush