@if(isset($id)) {{ html()->modelForm($data, 'PATCH', route('deliveryman.update', $id))->id('deliveryman_form')->open() }} @else {{ html()->form('POST', route('deliveryman.store'))->id('deliveryman_form')->open() }} @endif

{{ $pageTitle }}

{{ html()->form()->close() }}
@section('bottom_script') @endsection