@component('mail::message') Ticket #{{$ticket->ticket_id}} has had a new reply posted by **{{$user->name}}** ### Details Client: {{$user->name}}
Subject: {{$ticket->title}}
Category: {{ $ticket->ticketcategory->name }}
Priority: {{ $ticket->priority }}
Status: {{ $ticket->status }}
___ ``` {{ $newmessage }} ``` ___
You can respond to this ticket by simply replying to this email or through the admin area at the url below.
{{ route('moderator.ticket.show', ['ticket_id' => $ticket->ticket_id]) }}
{{__('Thanks')}},
{{ config('app.name') }} @endcomponent