{!!Form::horizontal_open()
->id('accident_report-accident_report-edit')
->method('PUT')
->enctype('multipart/form-data')
->action(trans_url('admin/accident_report/accident_report/'. $accident_report->getRouteKey()))!!}
@include('accident_report::admin.accident_report.partial.entry')