• {{ __('Admin') }}
  • {{ __('Reports') }}
  • {{ __('Meal Summary Report') }}
  • Meal Summary Report

    @php $total = 0; @endphp @foreach($meals as $m) @php $total += $m->total; @endphp @if($loop->iteration % 2 == 0) @php $total = 0; @endphp @endif @endforeach
    LUNCH BANQUET BREAKFAST
    Reg Veggie Total Reg Veggie Total Reg Veggie Total
    {{$m->total}}{{$total}}