@if(isset($data->bannerUrl) && $data->bannerUrl != "") @endif
Operation Theater Schedule
{{-- --}} {{-- --}} {{-- @if(isset($data->formValue->warehouse))--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}} {{-- @if(isset($data->formValue->productCategoryType))--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- @if(isset($data->formValue->warehouse) || isset($data->formValue->productCategoryType))--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @else--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}} {{-- --}} {{--
Warehouse:--}} {{-- {{$data->formValue->warehouse->nameEn}}--}} {{-- Product Category:--}} {{-- {{$data->formValue->productCategoryType}}--}} {{--
Branch Name:--}} {{-- @if($data->formValue->isAllBranch)--}} {{-- All Branch--}} {{-- @else--}} {{-- {{$data->branchName}}--}} {{-- @endif--}} {{-- Branch:--}} {{-- @if($data->formValue->isAllBranch)--}} {{-- All Branch--}} {{-- @else--}} {{-- {{$data->branchName}}--}} {{-- @endif--}} {{--
--}}
@foreach($data->reportData as $index => $req) {{-- --}} {{-- --}} @endforeach
SL Doctor Name Patient Name Room No Operation name Start Time End Time
{{$index + 1}} {{$req->doctor->name}} {{$req->patient->name}} {{$req->ot->roomNo->room}} {{$req->ot->otName}} {{date('F j, Y, g:i a ', strtotime($req->start))}}{{$req->start}}{{$req->end}}{{date('F j, Y, g:i a ', strtotime($req->end))}}