Admin Dashboard
-
{{$users_count}}
Total Users
-
{{$tickets_count}}
Total Tickets
-
{{$languages_count}}
Total languages
Tickets
Ticket #ID
Ticket Name
Priority
Category
Date
Status
{{$user_name_char}}
{{$ticket->ticket_name}}
{{$ticket->priority}}
{{$ticket->category}}
{{$ticket_date}}
{{$status}}
Ticket is not available.
Languages
-
@foreach($activelanguages as $activelanguage)
-
{{$activelanguage->language_name}}Active
@endforeach
Notifications
-
@forelse($unreadnotifications as $notification)
-
@php
date_default_timezone_set('Asia/Kolkata');
$date = $notification->created_at;
$noti_date = date('d M, Y', strtotime($date));
@endphp
{{$noti_date}}@if(empty($notification->data['data']))
{{@$notification->data['user']['name']}} {{@$notification->data['message']}}
@else @endif @php date_default_timezone_set('Asia/Kolkata'); $date = $notification->created_at; $noti_time = date('h:i A', strtotime($date)); @endphp {{$noti_time}}
@empty
-
There are no notifiction.
@endforelse