@extends('layouts/contentLayoutMaster') @section('title', ' اضافة الطلب ') @section('vendor-style') @endsection @section('content') اضافة الطلب @csrf @if ($errors->any()) @foreach ($errors->all() as $error) {{$error}} @endforeach @endif المستخدم @foreach($users as $user) {{$user->name}} ( {{$user->wallet}} ريال سعودي ) @endforeach {{__('main.parent_change_DC')}} @if ($errors->has('user_id')) {{ $errors->first('user_id') }} @endif السيارة @foreach($users[0]->cars as $car) {{$car->kind->name_ar}} @endforeach {{__('main.parent_change_DC')}} @if ($errors->has('car_id')) {{ $errors->first('car_id') }} @endif الباقة @foreach($packages as $package) {{$package->name_ar}} @endforeach {{__('main.parent_change_DC')}} @if ($errors->has('package_id')) {{ $errors->first('package_id') }} @endif {{-- المحطة @foreach($zones as $zone) {{$zone->name}} @endforeach {{__('main.parent_change_DC')}} @if ($errors->has('zone_id')) {{ $errors->first('zone_id') }} @endif --}} العنوان * @if ($errors->has('address')) {{ $errors->first('address') }} @endif lat * @if ($errors->has('lat')) {{ $errors->first('lat') }} @endif lon * @if ($errors->has('lon')) {{ $errors->first('lon') }} @endif تحديد الايام المتاحة الايام المتاحة {{__('main.parent_change_DC')}} @if ($errors->has('day')) {{ $errors->first('day') }} @endif الساعات المتاحة {{__('main.parent_change_DC')}} @if ($errors->has('times')) {{ $errors->first('times') }} @endif كود الخصم أختر كود الخصم @foreach($coupons as $coupon) {{$coupon->name}} | {{$coupon->code}} @endforeach {{__('main.parent_change_DC')}} @if ($errors->has('coupon_id')) {{ $errors->first('coupon_id') }} @endif طريقة الدفع أختر طريقة الدفع visa apple pay محفظه {{__('main.parent_change_DC')}} @if ($errors->has('payment_method')) {{ $errors->first('payment_method') }} @endif تكلفة الباقة ريال قيمة الخصم ريال الأجمالي ريال اضافة {{-- Data list view end --}} @endsection @section('vendor-script') @endsection