@extends('../layout/' . $layout) @section('subhead') Tickets @endsection @section('subcontent')

Tickets

@if (count($tickit) > 0)
@php $no = 0; @endphp @foreach ($tickit as $ticket) @endforeach
# TICKET NO SUBJECT STATUS Customer CREATED DATE DESCRIPTION Action
{{ ++$no }}
{{ $ticket->ticketNumber }}
{{ $ticket->subject }}
{{ $ticket->ticketStatus }}
{{ $ticket->userName }} - {{ $ticket->contactNo }}
{{ date('d-m-Y', strtotime($ticket->created_at)) }}
{{ $ticket->description }}
id) }} class="flex items-center mr-3 ">Chat @if ($ticket->ticketStatus != 'CLOSED') Close Ticket {{-- @if ($ticket->ticketStatus != 'PAUSED') Pause Ticket @endif --}} @endif Review
@else
noData

No Data Available

@endif @if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of {{ $totalRecords }} entries
@endif @if (count($tickit) > 0)
@endif {{-- --}} @endsection @section('script') @endsection