@include('partials/header') @include('partials/topbar') @include('partials/sidebar')

Profile

@if(empty($user->image)) @else @endif

{{ ucfirst($user->name) }}

{{ ucfirst($roleData->role) }}
@if($user->status == 1) @else @endif

Effective From
{{$effective_timestamp}}
Added On
{{$timestamp}}
Last Updated
{{$last_updated}}
Full Name

{{ ucfirst($user->name) }}

Email

{{ ucfirst($user->email) }}

@if(!empty($orgData))
Organization Name

{{ ucfirst($orgData->organization) }}

Organization Email

{{ $orgData->email }}

@endif
@csrf

@csrf
@if(empty($user->image)) @else @endif
@include('partials/footer')