@section('page_name') My Jobs @stop @section('breadcrumbs') My Jobs @stop @section('content')
List My Jobs
@foreach($quotes as $quote) @endforeach
Quote # Customer Description Required by Status Open
{{ $quote->id }} {{ $quote->getCustomer->getCustomerName() }} {{ $quote->description }} {{ CommonFunctions::formatDate($quote->requiredBy) }} {{ $quote->getStatus->type }}
@stop