{{ Form::open(['route' => 'biller.transactions.store', 'class' => 'form-horizontal', 'role' => 'form', 'method' => 'post', 'id' => 'create-transaction']) }}
{{-- Including Form blade file --}}
@include("focus.transactions.form")
{{ Form::close() }}
{{ link_to_route('biller.transactions.index', trans('buttons.general.cancel'), [], ['class' => 'btn btn-danger btn-md round']) }}
{{ Form::submit(trans('buttons.general.crud.create'), ['class' => 'btn btn-primary btn-md round']) }}