organization

{{ $user->organisation_name ?: $user->full_name }}

{{ $user->email }}
{{ $user->organisation_name ?: 'N/A' }}
{{ $user->email }}
{{ $user->contact ?? 'N/A' }}
{{ getFormattedDateTime($user->created_at) }}
{{ $user->created_at->diffForHumans() }}
{{ $user->updated_at->diffForHumans() }}