Total
: {{ $reservations->total() }}
@if(\Illuminate\Support\Facades\Auth::user()->id ==1)
@endif
@endsection
@section('content')
# | meal_plan | breakfast | lunch | snack | dinner | nutrition | Insights | created |
---|---|---|---|---|---|---|---|---|
{!! $reservation->id!!} |
{!! $reservation->onDate!!}
{!! $reservation->meal_plan!!} {!! $reservation->status!!} |
{!! ($reservation->breakfast)?$reservation->breakfast." kcal: {$reservation->breakfastCalories} G: {$reservation->breakfastGrams} ":" - "!!}
|
{!! ($reservation->lunch)?$reservation->lunch." kcal: {$reservation->lunchCalories} G: {$reservation->lunchGrams} ":" - "!!}
|
{!! ($reservation->snack)?$reservation->snack." kcal: {$reservation->snackCalories} G: {$reservation->snackGrams} ":" - "!!}
|
{!! ($reservation->dinner)?$reservation->dinner." kcal: {$reservation->dinnerCalories} G: {$reservation->dinnerGrams} ":" - "!!}
|
Kcal: {!! $totalCalories!!} |
onCookingCount: {!! $reservation->onCookingCount!!} |
{{$reservation->user}}
{{\App\helpers\ViewCommonHelper::getDateFormat($reservation->created_at,1)}} |