| اسم الوجبة عربي |
اسم الوجبة انجليزي |
كود الوجبة |
الباقات |
@foreach($packages as $row)
| {{$row->descriptions()->name}} |
@endforeach
اجمالي الكرب |
اجمالي البروتين |
اجمالي الوجبات |
|
@foreach($packages as $row)
| Carbo |
Protien |
@endforeach
|
|
|
|
@foreach($statisticCarboProtien as $row)
| {{$row['carbo']}} |
{{$row['protien']}} |
@endforeach
|
|
|