@extends('layouts.new_theme') @section('content')
{{ __('Sorry we cant find any data, to get rid of this message, make at least 1 entry') }}.
{{ __('Create new One') }}| {{ __('Ticket Id') }} @if ($sort_order == 'asc') @else @endif | {{ __('Subject') }} @if ($sort_order == 'asc') @else @endif | {{ __('Status') }} @if ($sort_order == 'asc') @else @endif | {{ __('Last Action') }} @if ($sort_order == 'asc') @else @endif | |
|---|---|---|---|---|
| #{{ $ticket->tid }} | {{ __($ticket->subject) }} | {{ __($ticket->status) }} | {{ $ticket->created_at->diffForHumans() }} | @if (env('APP_ENV') != 'demo')@endif |