{{ trans('app.create') }} quote

{{ trans('app.add') }} quote here...

{!!Form::vertical_open() ->id('create-aboutus-quote') ->method('POST') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/aboutus/quote'))!!}
@include('public::notifications') @include('aboutus::user.quote.partial.entry')
{!! Form::close() !!}