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