@extends('locationAdmin.layouts.auth')
@section('title')
{{ env('APP_NAME') }} | Dashboard
@endsection
@section('styles')
@endsection
@section('content')
Dashboard
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{{ $countArr['total_user']??0 }}
Total Users
@endsection
@section('scripts')
@endsection