{!!Form::vertical_open()
->id('rental-rentals-create')
->method('POST')
->files('true')
->action(guard_url('rental/rentals'))!!}
{{ trans('app.new') }} [{!! trans('rental::rentals.name') !!}]
@include('rental::admin.rentals.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}