@section('page_name') New quote for '{{ $customer->getCustomerName() }}' @stop @section('scripts') @stop @section('stylesheets') @stop @section('content')
{{ 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')) }} |
Product | Description | Unit price | @if(System::find(1)->quoteHasVisitDate == 1)Visit Date | @endifDiscount | Quantity | Total |
---|---|---|---|---|---|---|
@if(System::find(1)->quoteHasVisitDate == 1) | @endif |