@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}} |
{{$model->comment}}
--}} {{--