@extends('apex-layouts.main') @section('title', "{$member->name} $model->status") @section('header-right') Go Back id)}}" title="Invoice" class="btn btn-raised btn-raised btn-light mr-1 round"> @endsection @section('content')
company logo
  • Dietbox
  • 64C 11th,
  • Commercial Street,
  • DHA Phase 2,
  • Karachi
  • INVOICE # ORDER-{{$model->id}}

Bill To

  • {{$member->name}}
  • {{$member->phone}}
  • {{$member->email}}
  • {{$model->address}}
  • Invoice Date : {{date("y-m-d",strtotime($model->created_at))}}
  • @if($model->paidDate)
  • Paid Date : {{\App\helpers\ViewCommonHelper::getDateFormat($model->paidDate)}}
  • @endif
  • Source {{$model->source}}
@foreach($model->orderItems as $order) @endforeach
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

@if($model->paidDate) @endif
Sub Total Rs {{$model->totalAmount}}
Total Rs {{$model->totalAmount}}
Payment Made (-) Rs {{$model->totalAmount}}

Member Signature





@endsection @section('scripts') @endsection