@extends('front.axies.master') @section('body')
avatar}") }}" class="w-full rounded-[.25rem]" id="user-avatar"> @if($user->email_verified_at) @endif
{{ $user->name }}
{{ __('Joined on') }} {{ format_date((string)$user->created_at, 'd M, Y') }}
@if(route_is('user.profile')) @endif
{{ __('Dashboard') }}
 
{{ __('Profile') }}
 
{{ __('Notifications') }}
 
{{ __('Collection') }}
 
{{ __('Purchases') }}
  @if(config('app.prepaid_credits.enabled'))
{{ __('Prepaid credits') }}
  @endif @if(intval(config('app.user_coupons_page')))
{{ __('Coupons') }}
  @endif
{{ __('Security') }}
  @if(config('app.subscriptions.enabled'))
{{ __('Subscriptions') }}
  @endif
{{ __('Invoices') }}
@yield('user_page')
@endsection