{{-- {{ __('Dashboard') }} --}}
  1. {{-- {{ __('Dashboard') }} --}}
  2. {{ __('My Profile') }}

{{\Auth::user()->short_name}}
Full name: {{\Auth::user()->short_name}}
Email: {{\Auth::user()->email}}
Phone number: {{ preg_replace("/^(\d{3})(\d{3})(\d{4})$/", "($1) $2-$3", \Auth::user()->phone) }}
@if(\Auth::user()->mobile_verified) [Remove and Change] @else @endif
Appearance - Light or Dark Mode @if(\Auth::user()->is_darkmode == 0) Change to Dark Mode @else Change to Light Mode @endif