Bill To
Breakfast | Lunch | Snack | Dinner | Amount |
---|---|---|---|---|
{!! $order->mealplan !!}-{!! $order->onDate !!} | ||||
@if($order->is_breakfast)
{!! $order->breakfast !!}
G: {!! $order->breakfastGrams !!} Kcal: {!! $order->breakfastCalories !!} @else N/A @endif |
@if($order->is_lunch)
{!! $order->lunch !!}
G: {!! $order->lunchGrams !!} Kcal: {!! $order->lunchCalories!!} @else N/A @endif |
@if($order->is_snack)
{!! $order->snack !!}
G: {!! $order->snackGrams !!} Kcal: {!! $order->snackCalories!!} @else N/A @endif |
@if($order->is_dinner)
{!! $order->dinner !!}
G: {!! $order->dinnerGrams !!} Kcal: {!! $order->dinnerCalories!!} @else N/A @endif |
{{$order->amount}} |
Store Food In A Fridge
Sub Total | Rs {{$model->totalAmount}} |
Total | Rs {{$model->totalAmount}} |
Payment Made | (-) Rs {{$model->totalAmount}} |
Member Signature