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