@section('page_name') New quote for '{{ $customer->getCustomerName() }}' @stop @section('scripts') @stop @section('content')
General information
{{ Form::open() }}
{{ Form::text('jobTitle', null, array('placeholder' => 'Job Title')) }}
{{ Form::text('customer', $customer->getCustomerName(), array('readonly' => 'readonly')) }}
{{ Form::select('adType', AdType::lists('type', 'id')) }}
{{ Form::select('jobStatus', JobStatus::lists('type', 'id')) }}

{{ Form::close() }}
Edit quote entry
Quote products
Product ID Product Name Unit price Visit Date Description Finished Quantity Discount
@stop