{!!Form::vertical_open() ->id('edit-aboutus-quote') ->method('PUT') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/aboutus/quote') .'/'.$quote->getRouteKey())!!}

Update Quote

Last updated on {{format_date($quote['updated_at'])}}

@include('public::notifications') @include('aboutus::user.quote.partial.entry')
{!! Form::close() !!}