@component('mail::message')
A Client PO {{$customerPurchaseOrder->name}} was created with a different total to the opportunity {{$customerPurchaseOrder->opportunity->name}} you raised:
@component('mail::button', ['url' => route('customer-purchase-order-view', $customerPurchaseOrder->id), 'color' => 'primary'])
View this customer PO
@endcomponent
@if($customerPurchaseOrder->opportunity)
@component('mail::button', ['url' => route('opportunity-view', $customerPurchaseOrder->opportunity->id), 'color' => 'primary'])
View this opportunity
@endcomponent
@endif
@component('mail::subcopy')
If you’re having trouble clicking the buttons, please login into the SNAPP CRM system and check relevant information: [{{ url('/') }}]({{ url('/') }})
@endcomponent
@endcomponent