@section('title', 'Profiel')

{{ __('Gebruikers') }} - {{ $user->name }}

@if (storage_exists($user->image)) @endif

{{ $user->name }}

@if(can('edit_users'))

{{ __('Bewerk') }}

@elseif(auth()->id() === $user->id && can('edit_own_account'))

{{ __('Bewerk') }}

@endif
{{ $user->email }}
@if (can('view_users_activity')) @endif