Loading...
  • {{ strtoupper(app()->getLocale()) }}
    @csrf
    @csrf
    {{ trans(app()->getLocale() . '.english') }} (US)
    {{ trans(app()->getLocale() . '.arabic') }} (ar)
  • @php $user = auth()->user(); $image = $user->image ?? null; $name = $user->name ?? ''; @endphp @if($image && $image->getFileUrl()) Profile @else @php $initial = $name ? strtoupper(substr(trim($name), 0, 1)) : 'A'; @endphp
    {{ $initial }}
    @endif
    {{ ucfirst($name) }}

    {{ ucfirst($name) }}

    • {{ trans(app()->getLocale() . '.my_profile') }}
    • {{ trans(app()->getLocale() . '.log_out') }}
    • @csrf