@extends('layout.mainlayout') @section('content')
| ID | Subject | Raised By | Priority | Status | Assignee | Resolver | Created | Actions |
|---|---|---|---|---|---|---|---|---|
| #{{ $t->id }} | {{ $t->subject }} |
{{ $t->user->name ?? '—' }} {{ $t->user->email ?? '' }} |
{{ $t->priority }} | {{ $t->status }} | {{ $t->assignee->name ?? '—' }} | {{ $t->resolver->name ?? '—' }} | {{ $t->created_at->format('d M Y H:i') }} | View @canany(['ticket-assign', 'ticket-resolve']) @if(in_array($t->status, ['OPEN','REOPENED'])) @endif @endcan |