@if(isset($id)) {{ html()->modelForm($data, 'PATCH', route('order.update', $id))->attribute('enctype', 'multipart/form-data')->attribute('id', 'order_form')->open() }} @else {{ html()->form('POST', route('order.store'))->attribute('enctype', 'multipart/form-data')->attribute('id', 'order_form')->open() }} @endif {{html()->hidden('client_id', auth()->user()->id) }} {{html()->hidden('status', 'create') }}

{{ $pageTitle }}

{{ __('message.deliver_now') }} {{ __('message.schedule') }} @if(appSettingcurrency('is_bidding_in_order')) {{ __('message.bid') }} @else @endif
{{ html()->form()->close() }} @section('bottom_script') @endsection