• {{-- Home--}} {{ $controller->systemName() ?? config('app.name', 'Laravel') }}
  • User Image {{ $controller->getDataTable('users', 'id', auth()->id())->name ?? 'N/A' }}
    • User Image

      {{ $controller->getDataTable('users', 'id', auth()->id())->name ?? 'N/A' }} {{ $controller->getDataTable('roles', 'id', $controller->getDataTable('users', 'id', auth()->id())->role_id)->name ?? 'N/A' }}

    • Change Password Logout
  • {{--
  • --}} {{-- --}} {{-- --}} {{-- --}} {{--
    --}} {{-- Name : {{ $controller->getDataTable('users', 'id', auth()->id())->name ?? 'N/A' }}--}} {{--
    --}} {{-- Role : {{ $controller->getDataTable('roles', 'id', $controller->getDataTable('users', 'id', auth()->id())->role_id)->name ?? 'N/A' }}--}} {{--
    --}} {{-- Change Password--}} {{--
    --}} {{-- LOGOUT--}} {{--
    --}} {{--
  • --}} @if($access_to_user_setup > 0)
  • @endif