@php $emailCompany = $quote->company; $emailBrand = $emailCompany->getEmailBranding(); $emailLogoSrc = $emailBrand['logo_path'] && isset($message) ? $message->embed($emailBrand['logo_path']) : $emailBrand['logo_url']; @endphp
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.