@extends('layouts.frontend') @section('content')
Meal Request Report
@foreach($columns as $key => $item) @endforeach @foreach($data as $key => $mealRequest) @foreach ($mealRequest as $key => $value) @endforeach @endforeach
Date {{$key}}
{{ ($value) ?? 0 }}
@endsection @section('scripts') @parent @endsection