Discount Rs: - {!! $model->discountAmount !!}
@endif @if($model->refundAmount)Refund Rs: {!! $model->refundAmount !!}
@endifTotal Rs: {!! $model->totalAmount !!}
@if($member)
Name : {!! $member->name??" - " !!}
phone : {!! $member->phone??" - " !!}
@endif
Address : {!! $model->address??" - " !!}
Dispositions
@foreach($dispositions as $order_reason){{$order_reason->status}} {!! ': '.$order_reason->comment !!} | ({!! \App\helpers\ViewCommonHelper::getDateFormat($order_reason->created_at,1) !!} )
@endforeach @endif