@extends('apex-layouts.main') @section('title',$model->member->name ?? '') @section('header-right') @endsection @section('content')
Total Amount Discount Amount Refund Amount Delivery Amount Shop Coupon Discount By Comment
{{$model->totalAmount ?? ''}} {{$model->discountAmount ?? ''}} {{$model->refundAmount ?? ''}} {{$model->deliveryAmount}} {{strtoupper($model->shope->title ?? '')}} {{$model->coupon->code ?? ''}} {{$model->discountBy->name ?? ''}} {{$model->comment}}
@foreach($model->items as $item)
getLogo->filePath."/".$model->getLogo->title:URL::asset(config("params")['images']["mealplan"])}}" alt="{{$model->title}}}">

{{$item->meal->title ?? ''}}

  • Rs:{{$item->meal->perOrderAmount ?? ''}}Amount
  • {{$item->qty ?? ''}}Quantity
  • {{$item->meal->totalCalories ?? ''}}Calories
  • {{$item->meal->totalGrams ?? ''}}Total Grams
{{--
--}} {{--

{{$model->comment}}

--}} {{--
--}}
@endforeach
@endsection @section('scripts') @stop @section('styles') @stop