@extends('layouts.app', ['title' => trans('account.management')]) @section('content')

{{ __('account.management') }}

@csrf @method('put')
{{ __('account.information') }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@include('layouts.footers.auth')
@endsection @push('js') @endpush