@extends('layouts.admin.app') @section('page-title') {{ __('digisol-teach-dashboard') }} @endSection @section('page-nav-title')

{{ __('Dashboard') }}

{{ __('digisol-teach-dashboard') }}

@endsection @section('content')

{{ __('Users') }}

{{ $counter->users ?? 0 }}

@if (hasPermissions('view-admin-control'))

{{ __('Admins') }}

{{ $counter->admins ?? 0 }}

@endif
@endsection @section('scripts') @endsection