• {{ __('Admin') }}
  • {{ __('Reports') }}
  • {{ __('Table Veggie Report') }}
  • Table - Veggie Report

    @php $total = 0; @endphp @foreach($tables as $t) @php $total += $t->total; @endphp @endforeach
    Total {{$total}}