@if(session()->has('success'))
{{ session('success') }}
@endif
@if(session()->has('error'))
{{ session('error') }}
@endif
All Support Tickets
# | Name | Subject | New reply | Date | Status | Action |
---|---|---|---|---|---|---|
{{$openKey+1}} | {{ $openticket->user->name }} | {{ $openticket->subject }} | @if ($openticket->last_reply_at && $user->last_reply_seen_at) @php $lastReplyAtUnix = strtotime($openticket->last_reply_at); $lastReplySeenAtUnix = strtotime($user->last_reply_seen_at); @endphp @if ($lastReplyAtUnix > $lastReplySeenAtUnix) New replies @else No new replies @endif @else No new replies @endif | {{ $openticket->created_at->format('M d, Y h:i a') }} | {{ $openticket->status }} |
# | Name | Start Date | Closed Date | Status | Action | |
---|---|---|---|---|---|---|
{{$closeKey+1}} | {{ $closeticket->user->name }} | {{ $closeticket->subject }} | {{ $closeticket->created_at->format('M d, Y h:i a') }} | {{ date('M d, h:i a', strtotime($closeticket->closed_date)) }} | {{ $closeticket->status }} |