@lang('crud.add_new') @lang('models/quotations.singular')
{!! Form::open(['route' => 'quotations.store', 'files' => true]) !!}
@include(strtolower(__('models/quotations.plural')).'.fields')
{!! Form::close() !!}