@if (isset($quotation))
{!! Form::model($quotation, array('url' => $type . '/' . $quotation->id, 'method' => 'put', 'files'=> true, 'id'=>'form')) !!}
@else
{!! Form::open(array('url' => $type, 'method' => 'post', 'files'=> true, 'id'=>'form')) !!}
@endif
{!! Form::close() !!}