@include('admin.controllers.header') @include('admin.controllers.upper-header') @include('admin.controllers.sidebar')

حوالة طلب رقم {{$row->code}}


Warning: Undefined variable $row in /home/alkhalaffamily/public_html/hajar/resources/views/admin/orders/transfers.blade.php on line 22

Warning: Attempt to read property "foreign_money" on null in /home/alkhalaffamily/public_html/hajar/resources/views/admin/orders/transfers.blade.php on line 22

Warning: Undefined variable $row in /home/alkhalaffamily/public_html/hajar/resources/views/admin/orders/transfers.blade.php on line 23

Warning: Attempt to read property "office" on null in /home/alkhalaffamily/public_html/hajar/resources/views/admin/orders/transfers.blade.php on line 23

Warning: Attempt to read property "wallet" on null in /home/alkhalaffamily/public_html/hajar/resources/views/admin/orders/transfers.blade.php on line 23
@csrf

اضاقة تحوبل الى المكتب {{$row->office->name}}

المبلغ المحول
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
قم بسحب او إسقاط الملف هنا للتحميل

المبلغ المراد دفعه فى الطلب : {{$foreign_money}}

محفظة العميل (مبلغ المدين يه) : {{$wallet}}

المبلغ المراد تحويله (يعد خصم الدين) : {{$all_price}}

@include('admin.controllers.footer')