Meal Scanning History

{{$societyinfo->cust_name}}

{{$societyinfo->contact_address}}

@if($hasLogo) @endif

@isset($headerText) @endisset
Name : {{ucfirst($mealConsumptionHistory[0]['resident_name'])}}
Roll No. : {{ucfirst($mealConsumptionHistory[0]['roll_no'] ?? 'N/A')}}
E-mail : {{$mealConsumptionHistory[0]['email'] ?? 'N/A'}}
Phone : {{$mealConsumptionHistory[0]['contact_no'] ?? 'N/A'}}
@php $sno=1; @endphp @foreach ($mealConsumptionHistory as $history) @endforeach
S No Meal For Outlet Name Date
{{$sno++}} {{ucfirst($history['meal_for'])}} {{$history['outlet_name']}} {{date('d M y H:i:s A',strtotime($history['created_at']))}}