Kategorie: {{ $ticket->category }}
Mieter
{{ $ticket->tenant?->full_name ?? '-' }}
@if($ticket->unit){{ $ticket->unit->property->name }} - {{ $ticket->unit->name }}
@endifZustÀndig
{{ $ticket->assigned_to ?? '-' }}
@if($ticket->due_date)FĂ€llig: {{ $ticket->due_date->format('d.m.Y') }}
@endif{{ $ticket->description }}
{{ $comment->user->name }} · {{ $comment->created_at->format('d.m.Y H:i') }}
{{ $comment->comment }}
{{ $ticket->resolution }}
@if($ticket->actual_cost)Kosten: {{ number_format($ticket->actual_cost, 2) }} âŹ
@endif