{{ __('Subject') }}: {{ $ticket->subject }}

{{ __('Created At: ') }}: {{ format_date($ticket->created_at) }}

{{ __('Created By: ') }}: {{ $ticket->createdBy->fullname }}

@if (!empty($ticket->status))

{{ __('Status: ') }}: {{ $ticket->status->name }}

@endif @if (!empty($ticket->priority))

{{ __('Priority: ') }}: {{ $ticket->priority->name }}

@endif

{{ __('Description') }}:

{!! $ticket->description !!}
{{ __('View Ticket') }}