|
{{ $brand['company_name'] }}
@php
$contact = array_filter([
$brand['email'] ?? null,
$brand['phone'] ?? null
]);
@endphp
@if($contact || $brand['website'])
@foreach($contact as $item)
@if(!$loop->first)
•
@endif
{{ $item }}
@endforeach
@if($brand['website'])
@if($contact)
•
@endif
Visit Website
@endif
@endif
@if($brand['address'])
{{ $brand['address'] }}
@endif
@if($brand['receipt_footer'] || $brand['receipt_terms'])
@endif
@if($brand['receipt_footer'])
{!! $brand['receipt_footer'] !!}
@endif
@if($brand['receipt_terms'])
{!! $brand['receipt_terms'] !!}
@endif
This is an automated email. Please do not reply directly to this message.
|