|
Balance {{ $currency->icon }}{{ $user->balance * $currency->rate }}
|

{{ Auth::user()->name }}

{{ Auth::user()->email }}

{{ __('Profile') }} Manage your account
{{ __('My Invoice') }} View billing history
{{ __('Order History') }} Track your orders
{{ __('Api Settings') }} Configure API access
@csrf
Last Active Online

IP: {{ $user->last_login_ip }}

{{ $user->last_login_at?->format('M d, Y h:i A') }}

@php use Illuminate\Support\Arr; $gradients = [ 'bg-gradient-to-r from-purple-500 to-pink-500', 'bg-gradient-to-r from-green-500 to-emerald-500', 'bg-gradient-to-r from-orange-500 to-red-500', 'bg-gradient-to-r from-indigo-500 to-blue-500', 'bg-gradient-to-r from-yellow-400 to-red-500', 'bg-gradient-to-r from-teal-400 to-cyan-500', 'bg-gradient-to-r from-rose-500 to-fuchsia-500', ]; @endphp
@foreach ($menus as $menu) @php $gradient = Arr::random($gradients); @endphp @if ($menu->children->count() > 0)
{{ $menu->name }}
@foreach ($menu->children as $childMenu) url === "server") {{ route('category.server') }} @elseif ($childMenu->url === "remote") {{ route('category.remote') }} @elseif ($childMenu->url === "tools") {{ route('category.tools') }} @else {{ $childMenu->url }} @endif " {{ $childMenu->is_default ? '' : ' target="_blank" ' }} class="flex items-center px-4 py-2 text-sm text-gray-700 dark:text-gray-200 hover:bg-gray-100 dark:hover:bg-gray-700"> {{ $childMenu->name }} @endforeach
@else url === "server") {{ route('category.server') }} @elseif ($menu->url === "remote") {{ route('category.remote') }} @elseif ($menu->url === "tools") {{ route('category.tools') }} @else {{ $menu->url }} @endif " {{ $menu->is_default ? '' : ' target="_blank" ' }} class="flex items-center space-x-2 px-4 pb-2 pt-[8px] rounded-lg hover:bg-blue-50 dark:hover:bg-gray-700 transition-colors duration-300">
{{ $menu->name }}
@endif @endforeach
Logo
@if ($user->logo) Profile @else
@endif

{{ Auth::user()->name }} ({{ $user_group->name }})

{{ Auth::user()->email }}

@foreach ($menus as $menu) @php $gradient = Arr::random($gradients); @endphp @if ($menu->children->count() > 0)
{{ $menu->name }}
@foreach ($menu->children as $childMenu) url === "server") {{ route('category.server') }} @elseif ($childMenu->url === "remote") {{ route('category.remote') }} @elseif ($childMenu->url === "tools") {{ route('category.tools') }} @else {{ $childMenu->url }} @endif " {{ $childMenu->is_default ? '' : ' target="_blank" ' }} class="flex items-center space-x-2 px-4 py-3 text-gray-700 dark:text-gray-300 hover:bg-blue-50 dark:hover:bg-gray-700 rounded-lg transition-colors duration-300" @click="open = false">
{{ $childMenu->name }}
@endforeach
@else url === "server") {{ route('category.server') }} @elseif ($menu->url === "remote") {{ route('category.remote') }} @elseif ($menu->url === "tools") {{ route('category.tools') }} @else {{ $menu->url }} @endif " {{ $menu->is_default ? '' : ' target="_blank" ' }} class="flex items-center space-x-2 px-4 py-3 text-gray-700 dark:text-gray-300 hover:bg-blue-50 dark:hover:bg-gray-700 rounded-lg transition-colors duration-300" @click="open = false">
{{ $menu->name }}
@endif @endforeach
Order History My Invoice Profile Settings