Files
antv 7af5de6048 m
2026-07-17 13:57:02 +07:00

12 lines
210 B
PHP

@extends('layouts.app')
@section('title', 'Cài đặt tài khoản')
@section('content')
<div class="max-w-2xl mx-auto w-full mt-6">
<x-user-form mode="self" :user="Auth::user()" />
</div>
@endsection