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