@lang('My profile') @lang('Update your :app user account by using the below form.', [ 'app' => config('app.name') ])
{{ $user->name }} {{ $user->email }} @lang('Account created:') {{ $user->created_at->diffForHumans() }} @lang('Last update:') {{ $user->updated_at->diffForHumans() }}
{{ $this->form }}