{{ __('My tickets') }}

#{{ $ticket->ticket_id }} - {{ $ticket->title }}

{{ $ticket->message }}

{{ __('Category') }}: {{ $ticket->category->name }} | @if($ticket->status == "Open") {{ __('Status') }}: {{ $ticket->status }} @else {{ __('Status') }}: {{ $ticket->status }} @endif | {{ __('Created') }} : {{ $ticket->created_at->diffForHumans() }}

@include('tickets.comments')
@include('tickets.reply')
{{ method_field('POST') }} {!! csrf_field() !!} @if ($ticket->status == 'Open') @endif
@push('styles') @endpush