@extends('admin.layouts.master') @section('page-title') اضافة طلب جديد @endsection @push('main-users-active') m-menu__item--active @endpush @section('content')

اضافة طلب للمستخدم "{{ $user['name'] }}"

@csrf @include('admin.includes.alerts')
@if ($errors->has('company_id')) {{ $errors->first('company_id') }} @endif
@if ($errors->has('address_id')) {{ $errors->first('address_id') }} @endif
@if ($errors->has('payment_method')) {{ $errors->first('payment_method') }} @endif
@if ($errors->has('driver_id')) {{ $errors->first('driver_id') }} @endif
@if ($errors->has('delivery_date')) {{ $errors->first('delivery_date') }} @endif
@if ($errors->has('delivery_time')) {{ $errors->first('delivery_time') }} @endif
ريال سعودي
@if ($errors->has('delivery_price')) {{ $errors->first('delivery_price') }} @endif
رقم الدور
@if ($errors->has('stair_no')) {{ $errors->first('stair_no') }} @endif
ريال سعودي
لا يمكن التعديل على سعر الطلب
ريال سعودي
لا يمكن التعديل على القيمة المضافة
ريال سعودي
@if ($errors->has('discount')) {{ $errors->first('discount') }} @endif
ريال سعودي
لا يمكن التعديل على اجمالي المبلغ
@if ($errors->has('admin_notes')) {{ $errors->first('admin_notes') }} @endif
الغاء والعودة
@stop @push('page_level_style') @endpush @push('page_level_script') @endpush