@section('page_name') New quote for '{{ $customer->getCustomerName() }}' @stop @section('scripts') @stop @section('stylesheets') @stop @section('content')
<% quoteCtrl.entries[0].product %>
General quote 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() }}
Quote entries
@if(System::find(1)->quoteHasVisitDate == 1) @endif @if(System::find(1)->quoteHasVisitDate == 1) @endif
Product Description Unit priceVisit DateDiscount Quantity Total
@stop