@extends('layouts.user') @section('title', __('accounts.edit_account')) @section('content')
{{ __('accounts.title') }}
{{ __('accounts.edit_account') }}
{{ $account->name }}
{{ __('accounts.back') }}
@if($errors->any())
{{ __('accounts.please_fix_these_errors') }}
@endif
@csrf @method('PUT')
{{ __('accounts.cancel') }}
@endsection