@extends('admin.layout.master') @section('title', 'اضافة طلب') @section('content')

اضافة طلب

إنشاء جديد

@csrf
@if ($errors->has('client_name')) {{ $errors->first('client_name') }} @endif
@if ($errors->has('client_mobile')) {{ $errors->first('client_mobile') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('receive_date')) {{ $errors->first('receive_date') }} @endif
@if ($errors->has('delivery_date')) {{ $errors->first('delivery_date') }} @endif
@if ($errors->has('note')) {{ $errors->first('note') }} @endif
{{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('delivery'))--}} {{-- {{ $errors->first('delivery') }}--}} {{-- @endif--}} {{--
--}}
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@stop @section('scripts') @stop