@push('styles') @endpush
{{-- Profile Header --}}
@if($avatar) @if(str_contains($avatar, 'http')) Admin Avatar @else Admin Avatar @endif @else
@endif

{{ $name }}

{{ $email }}

Administrator
{{-- Flash Messages --}} @if (session()->has('message'))
{{ session('message') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif {{-- Upload Progress --}} @if($uploading)
Mengupload foto profil...
@endif {{-- Statistics Grid --}}

{{ number_format($totalUsers) }}

Total Users

{{ number_format($totalStaff) }}

Total Staff

{{ number_format($totalTickets) }}

Total Tickets

Rp {{ number_format($totalRevenue) }}

Total Revenue

{{ number_format($totalAttractions) }}

Total Attractions

{{ number_format($totalRestaurants) }}

Total Restaurants

{{-- Content Tabs --}}
{{-- Profile Edit Tab --}} @if($activeTab === 'profile')

Profile Information

@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@endif {{-- Security Tab --}} @if($activeTab === 'security')

Change Password

@error('password')
{{ $message }}
@enderror
@endif