@extends('layouts.app', ['activePage' => 'Edit', 'titlePage' => __('User Profile')]) @section('content')
@csrf @method('put')
Back

{{ __('Edit Profile') }}

{{ __('User information') }}

{{-- add notification to success --}} @if (session('success'))
{{ session('success') }}
@endif {{-- add notification to error --}}
{{-- --}}
@endsection