@component('mail::message') # ♻️ Ticket Reopened The following ticket has been reopened. **Ticket ID:** #{{ $ticket->id }} **Subject:** {{ $ticket->subject }} @if($reopenedBy) **Reopened By:** {{ $reopenedBy->name }} ({{ $reopenedBy->email }}) @endif @if($reason) @component('mail::panel') **Reason for Reopen:** {{ $reason }} @endcomponent @endif @php $ticketUrl = route('tickets.show', $ticket->id); @endphp @component('mail::button', ['url' => $ticketUrl]) View Ticket @endcomponent Thanks, {{ config('app.name') }} @endcomponent