@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content')
Hello {{ (isset($quotation->customer)?$quotation->customer->full_name:"")}} ,
Here is your order confirmation from Demo Company:
REFERENCES Order number: {{ $quotation->quotations_number}} Order total: {{ $quotation->grand_total}} Order date: {{ date('m/d/Y H:i', strtotime($quotation->start_date))}}