{{ $user->full_name }}

{{ $user->email }}

@forelse($user->roles as $role) @empty @endforelse
@if($user->country)

{{ $user->country->name }}

{{ $user->country->iso2 }}

@else Not selected @endif

{{ $user->created_at->format('M d, Y') }}

{{ $user->created_at->diffForHumans() }}

{{ $user->full_name }}

{{ $user->email }}

Reset password for {{ $user->full_name }}?

A secure temporary password will be generated and emailed to {{ $user->email }}.

{{ $user->full_name }}

{{ $user->email }}

This user will be moved to the trash and can be restored later.

@csrf @method('DELETE')