@php $emailCompany = $quote->company; $emailBrand = $emailCompany->getEmailBranding(); $emailLogoSrc = $emailBrand['logo_path'] && isset($message) ? $message->embed($emailBrand['logo_path']) : $emailBrand['logo_url']; @endphp Quote Response Notification
@if($emailLogoSrc) {{ $emailCompany->name }} logo @endif

Quote {{ $quote->quote_number }} was {{ strtoupper($decision) }}

Hi {{ $creator->name ?? 'there' }}, your customer has responded to quote {{ $quote->quote_number }}.

Customer: {{ $quote->customer->name ?? 'N/A' }}
Quote Title: {{ $quote->title }}
Previous Status: {{ strtoupper($previousStatus) }}
New Status: {{ strtoupper($decision) }}

You can review this quote in JobCardOnline.