{{ __('User') }}

@include('layouts.includes.breadcrumb',['menus'=>[ [ 'name'=>'User', 'link'=>'#' ], [ 'name'=>'Profil', 'link'=>@$link ] ]])

{{ @$title }}

@if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
{{ $this->user->name }}
{{ __('Select A New Photo') }} @if ($this->user->profile_photo_path) {{ __('Remove Photo') }} @endif
@endif
@if (isset($actions))
{{ __('Saved.') }} {{ __('Save') }}
@endif
@include('layouts.includes.message')