@extends('layouts.app', ['activePage' => 'user', 'title' => 'Light Bootstrap Dashboard Laravel by Creative Tim & UPDIVISION', 'navName' => 'User Profile', 'activeButton' => 'laravel']) @section('content')

{{ __('Edit Profile') }}

@csrf @method('patch')
{{ __('User information') }}
@include('alerts.success') @include('alerts.error_self_update', ['key' => 'not_allow_profile'])
@include('alerts.feedback', ['field' => 'name'])
@include('alerts.feedback', ['field' => 'email'])

@csrf @method('patch')
{{ __('Password') }}
@include('alerts.success', ['key' => 'password_status']) @include('alerts.error_self_update', ['key' => 'not_allow_password'])
@include('alerts.feedback', ['field' => 'old_password'])
@include('alerts.feedback', ['field' => 'password'])
...
...
{{ __('Mike Andrew') }}

{{ __('michael24') }}

{{ __(' "Lamborghini Mercy') }}
{{ __('Your chick she so thirsty') }}
{{ __('I am in that two seat Lambo') }}


@endsection