@if(isset($id)) {{ html()->modelForm($data, 'PATCH', route('extracharge.update', $id))->id('extracharge_form')->open() }} @else {{ html()->form('POST', route('extracharge.store'))->attribute('enctype', 'multipart/form-data')->id('extracharge_form')->open() }} @endif

{{ $pageTitle }}

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