@extends('layouts.app') @section('title', 'All Tickets') @section('content')
There are currently no tickets.
@elseCategory | Title | Status | Last Updated | Actions | |
---|---|---|---|---|---|
{{ $ticket->category->name }} | #{{ $ticket->ticket_id }} - {{ $ticket->title }} | @if ($ticket->status === 'Open') {{ $ticket->status }} @else {{ $ticket->status }} @endif | {{ $ticket->updated_at }} | @if($ticket->status === 'Open') Comment @endif |