E-Operational
  • @if (Auth::user()->profile != NULL) @else @endif
    @if (Auth::user()->profile != NULL) @else @endif
    {{ Auth::user()->name }}
    {{ Auth::user()->email }}
    @if (Auth::user() && Auth::user()->roles == 'Admin') @elseif(Auth::user() && Auth::user()->roles == 'Manager') @elseif(Auth::user() && Auth::user()->roles == 'User') @elseif(Auth::user() && Auth::user()->roles == 'SPV') @endif
    Account
    @csrf