@extends('layouts.app') @section('title', 'Tickets - ' . $currentSite->name . ' - TicketHub Central') @section('content')
{{ $currentSite->code }}
Available Sites
{{ $s->name }}
{{ $s->code }}
Showing {{ $tickets->total() }} tickets for {{ $currentSite->name }}
No tickets found
Try adjusting your filters or search query
| ID | User | Latest Comment | Category | {{--Priority | --}}Status | Created | Actions |
|---|---|---|---|---|---|---|---|
| #{{ $ticket->id }} |
{{ $ticket->user?->name ?? $ticket->username }} {{ $ticket->username }} |
@if($ticket->latestComment)
@if($ticket->latestComment->support_reply)
Support
@else
Customer
@endif
{{ $ticket->latestComment->created?->diffForHumans() }}
{{ Str::limit(strip_tags(html_entity_decode($ticket->latestComment->content, ENT_QUOTES, 'UTF-8')), 100) }}
Customer
{{ $ticket->updated?->diffForHumans() }}
{{ Str::limit(strip_tags(html_entity_decode($ticket->content, ENT_QUOTES, 'UTF-8')), 100) }} |
{{ $ticket->category ?? '—' }} | @if($ticket->closed) Closed @else Open @endif | {{ $ticket->created?->format('M d, Y') ?? '—' }} |
Are you sure you want to close ticket ? This action marks the ticket as closed by support.