User Accounts

Update @if($userInfo['editable'] ?? false) @endif
@if(!$mounted)
Loading...
@else @if(session('success')) @endif @if(session('error')) @endif

Details

User Details

Username:
{{ $userInfo['username'] ?? '' }}
User Role:
{{ $userInfo['role'] == '1' ? 'System Admin' : ($userInfo['role'] ? 'Marketing Personnel' : '') }}
First Name:
{{ $userInfo['firstname'] ?? '' }}
Last Name:
{{ $userInfo['lastname'] ?? '' }}

Account Details

Status:
{{ $userInfo['status'] ?? '' }}
Created By:
{{ $userInfo['created_by'] ?? '' }}
Created Date:
{{ $userInfo['created_at'] ?? '' }}
Last Updated by:
{{ $userInfo['updated_by'] ?? '' }}
Last Updated date:
{{ $userInfo['updated_at'] ?? '' }}
@endif
@if(session('success')) @endif @if(session('error')) @endif