@section('page_name')
Quote {{ $quote->id }}, created by {{ User::find($quote->createdBy)->getFullname() . ' on ' . CommonFunctions::formatDate($quote->createdOn) . '' }}
@stop
@section('breadcrumbs')
Customers {{ $customer->getCustomerName() }} Quote #{{ $quote->id }}
@stop
@section('page_header')
@if (Quote::max('id') != $quote->id)
@endif
@if (Quote::min('id') != $quote->id)
@endif
@if(strtotime($quote->createdOn) > (time() - 7200))
@endif
@stop
@section('scripts')