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