@extends('layouts.admin') @section('content')
{{ __('There are currently no tickets.') }}
@else{{ __('Category') }} | {{ __('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->diffForHumans() }} | @if($ticket->status === 'Open') @endif |