@extends('layouts.app-sidebar') @section('content')
Manage user bug reports and suggestions
{{ $ticket->subject }}
{{ $ticket->user->name }}
• {{ ucfirst($ticket->priority) }}{{ $ticket->created_at->diffForHumans() }}
No tickets found
| ID | User | Type | Subject | Status | Priority | Created | Actions |
|---|---|---|---|---|---|---|---|
| #{{ $ticket->id }} |
{{ $ticket->user->name }} {{ $ticket->user->email }} |
{{ $ticket->type_label }} |
{{ $ticket->subject }} |
{{ ucfirst(str_replace('_', ' ', $ticket->status)) }} | {{ ucfirst($ticket->priority) }} |
{{ $ticket->created_at->diffForHumans() }} |
|
|
No tickets found |
|||||||