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

اضافة طلب جديد

@csrf @if ($errors->any()) @endif
@if ($errors->has('product_id')) {{ $errors->first('product_id') }} @endif
@if ($errors->has('user_id')) {{ $errors->first('user_id') }} @endif
@if ($errors->has('driver_id')) {{ $errors->first('driver_id') }} @endif
@if ($errors->has('address_id')) {{ $errors->first('address_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('quantity')) {{ $errors->first('quantity') }} @endif
ريال سعودي
لا يمكن التعديل على مبلغ التوصيل @if ($errors->has('delivery_price')) {{ $errors->first('delivery_price') }} @endif
ريال سعودي
لا يمكن التعديل على سعر الطلب
ريال سعودي
لا يمكن التعديل على القيمة المضافة
ريال سعودي
لا يمكن التعديل على اجمالي المبلغ

الغاء والعودة
@stop @push('page_level_style') @endpush @push('page_level_script') @endpush