@component('mail::message') # 📝 New Update on Your Ticket There is a new update on your ticket. **Ticket ID:** #{{ $ticket->id }} **Subject:** {{ $ticket->subject }} @if($updatedBy) **Updated By:** {{ $updatedBy->name }} ({{ $updatedBy->email }}) @endif @component('mail::panel') {{ $messageText }} @endcomponent @php $ticketUrl = route('tickets.show', $ticket->id); @endphp @component('mail::button', ['url' => $ticketUrl]) View Ticket Conversation @endcomponent Thanks, {{ config('app.name') }} @endcomponent