@extends('layouts.master') @section('content')

@lang('crud.add_new') @lang('models/quotations.singular')

@lang('crud.add_new') @lang('models/quotations.singular')

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