@if($data) {!! html()->modelForm($data, 'PATCH', route('withdraw-history-edit', $data->id))->attribute('enctype', 'multipart/form-data')->open() !!} @else {!! html()->form('POST', route('withdraw-deatils'))->attribute('enctype', 'multipart/form-data')->open() !!} @endif {!! html()->hidden('withdrawrequest_id', $id) !!}