@php $primary = '#17a2b8'; $primaryDark = '#138496'; $primaryLight = '#e8f6f8'; $logoUrl = url(asset('assets/dist/img/gos.png')); $recipientDisplay = trim((string) ($recipientName ?? '')); $submitter = $ticket->user; $messagePreview = \Illuminate\Support\Str::limit(trim((string) $ticket->message), 400); @endphp
|