@lang('crud.edit') @lang('models/quotations.singular')
{!! Form::model($quotation, ['route' => ['quotations.update', $quotation->id], 'method' => 'patch', 'files' => true]) !!}
@include(strtolower(__('models/quotations.plural')).'.fields')
{!! Form::close() !!}