{!! Form::model($expense_head,['method' => 'PATCH','route' => ['expense-head.update',$expense_head] ,'class' => 'expense-head-edit-form','id' => 'expense-head-edit-form','data-table-refresh' => 'expense-head-table']) !!}
@include('expense_head._form', ['buttonText' => trans('messages.update')])
{!! Form::close() !!}