@extends('layouts/contentLayoutMaster') @section('title', ' اضافة الطلب ') @section('vendor-style') @endsection @section('content')

اضافة الطلب

@csrf
@if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif
المستخدم
@if ($errors->has('user_id')) @endif
السيارة
@if ($errors->has('car_id')) @endif
الباقة
@if ($errors->has('package_id')) @endif
{{--
المحطة
@if ($errors->has('zone_id')) @endif
--}}
العنوان *
@if ($errors->has('address')) @endif
lat *
@if ($errors->has('lat')) @endif
lon *
@if ($errors->has('lon')) @endif
الايام المتاحة
@if ($errors->has('day')) @endif
الساعات المتاحة
@if ($errors->has('times')) @endif
كود الخصم
@if ($errors->has('coupon_id')) @endif
طريقة الدفع
@if ($errors->has('payment_method')) @endif
تكلفة الباقة ريال
قيمة الخصم ريال
الأجمالي ريال

{{-- Data list view end --}} @endsection @section('vendor-script') @endsection