{{ Form::model($hrms, ['route' => ['biller.hrms.update', $hrms], 'class' => 'form-horizontal', 'role' => 'form', 'method' => 'PATCH', 'id' => 'edit-hrm','files' => true]) }}
{{-- Including Form blade file --}}
@include("focus.hrms.form")
{{ Form::close() }}
{{ link_to_route('biller.hrms.index', trans('buttons.general.cancel'), [], ['class' => 'btn btn-danger btn-md']) }}
{{ Form::submit(trans('buttons.general.crud.update'), ['class' => 'btn btn-primary btn-md']) }}