@extends('layouts.app') @section('style') @endsection @section('wrapper')
{{ $stats['total'] }}
{{__('Total Tickets')}}
{{ $stats['open'] }}
{{__('Open Tickets')}}
{{ $stats['closed'] }}
{{__('Closed Tickets')}}
{{ $stats['urgent'] }}
{{__('Urgent Tickets')}}
{{ $stats['assigned_to_me'] }}
{{__('My Assigned')}}
{{ $stats['unassigned'] }}
{{__('Unassigned')}}
{{__('Support Tickets Management')}}
{{__('User')}} {{__('Ticket')}} {{__('Category')}} {{__('Priority')}} {{__('Status')}} {{__('Assigned To')}} {{__('Last Activity')}} {{__('Actions')}}
{{__('Support Tickets')}}
{{__('Create New Ticket')}}
@csrf
{{__('Type to search users by name or email')}}
{{__('Brief description of the issue')}}
{{__('Remaining characters')}}: 5000
{{__('Max file size: 10MB')}} | {{__('Allowed formats: JPG, PNG, PDF, DOC, TXT')}}
@section('script') @endsection