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