@extends('layouts.admin') @section('page-title') {{ __('Dashboard') }} @endsection @section('breadcrumb') {{-- --}} @endsection {{-- @section('action-button') @if(\Auth::user()->parent == 0) @endif @endsection --}} @section('content')

{{ __('Total') }}

{{ __('Categories') }}

{{ $categories }}

{{ __('Open') }}

{{ __('Tickets') }}

{{ $open_ticket }}

{{ __('Closed') }}

{{ __('Tickets') }}

{{ $close_ticket }}

{{ __('Total') }}

{{ __('Agents') }}

{{ $agents }}

{{ __('Tickets by Category') }}
{{ __('This Year Tickets') }}
@endsection @push('scripts') @endpush