@extends('layouts.admin')
@section('page-title')
{{ __('Dashboard') }}
@endsection
@section('breadcrumb')
{{--
{{ __('Home') }} --}}
@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 }}
@endsection
@push('scripts')
@endpush