@extends('admin.layout.master') @section('content')

{{awtTrans('عرض طلب تسوية ')}}

@if($row->status == 'accepted')
{{awtTrans('صورة الحوالة ')}}
@endif @if($row->status == 'refused')
@endif
@foreach($row->orders as $order)
{{awtTrans('رقم الطلب')}} {{$order->id}} {{awtTrans('وقت الطلب')}} {{$order->created_at?->isoFormat('YYYY - MMMM - D')}}
{{awtTrans('قيمة الطلب')}} {{$order->price}} {{awtTrans('االعمولة')}} {{$order->app_percentage}}
{{awtTrans('القيمة المضافة')}} {{$order->added_value}} {{awtTrans('الاجمالي')}} {{$order->total_price}}
@endforeach
@endsection @section('js') @endsection