@if(isset($data) && !empty($data)) @php($template = $data->first()) @else @php($template = null) @endif @if($template)
{{ $template->template_name }}
@if($template->subject) {{ $template->subject }} @else No subject @endif
@php($statusInfo = $template->statuses[$template->status] ?? null) @if($statusInfo) {{ $statusInfo['name'] }} @else Unknown @endif
{{ $template->tenant->name }}
Global Template
{{ strlen(strip_tags($template->template_content ?? '')) }} characters
{{ \App\Helpers\Helper::showdate($template->created_at) }}
{{ \App\Helpers\Helper::showdate($template->updated_at) }}
{customer_name} - Customer full name{customer_first_name} - Customer first name{customer_email} - Customer email{customer_phone} - Customer phone{appointment_date} - Appointment date{appointment_time} - Appointment time{service_name} - Service type{property_address} - Property address{company_name} - Company name{inspector_name} - Inspector name{report_link} - Report download link{payment_amount} - Payment amountThe requested template could not be found or may have been deleted.
Back to Templates