@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('filter-section') @lang('app.date') @lang('app.status') @lang('app.all') @lang('modules.tickets.totalOpenTickets') @lang('modules.tickets.totalPendingTickets') @lang('modules.tickets.totalResolvedTickets') @lang('modules.tickets.totalClosedTickets') @lang('app.clearFilters') !user()->is_superadmin ])> @lang('modules.tickets.agent') @lang('app.all') @foreach ($superadmins as $agent) {{ ucwords($agent->name) . ' [' . $agent->email . ']' }} @endforeach @lang('modules.tasks.priority') @lang('app.all') @lang('modules.tasks.low') @lang('modules.tasks.medium') @lang('modules.tasks.high') @lang('modules.tickets.urgent') @lang('modules.invoices.type') @lang('app.all') @foreach ($types as $type) {{ ucwords($type->type) }} @endforeach !user()->is_superadmin ])> @endsection @section('content')
@lang('app.date')
@lang('app.status')