@section('page_name') New quote for '{{ $customer->getCustomerName() }}' @stop @section('scripts') @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 ID | Product Name | Unit price | Visit Date | Description | Finished | Quantity | Discount |
---|