@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

{{ __('Open Tickets') }}

{{ $open }}

{{ __('Replied Tickets') }}

{{ $replied }}

{{ __('Pending Tickets') }}

{{ $pending }}

{{ __('Resolved Tickets') }}

{{ $resolved }}

{{ __('Closed Tickets') }}

{{ $closed }}

{{ __('Support Request List') }}

{{ __('Ticket ID') }} {{ __('Created By') }} {{ __('Status') }} {{ __('Category') }} {{ __('Subject') }} {{ __('Priority') }} {{ __('Created On') }} {{ __('Last Updated On') }} {{ __('Actions') }}
@endsection @section('js') @endsection