@extends('layouts.app') @section('title', 'Tài khoản của tôi - XING NEW') @section('content')

Thông tin tài khoản

{{ substr($user->name, 0, 1) }}

{{ $user->name }}

{{ $user->email }}

Cập nhật hồ sơ

@csrf @method('PATCH')
@endsection