@extends('layouts.app') @section('title', 'Hồ sơ tài khoản | GreenCard.vn') @section('content')
@include('partials.dash-sidebar')

Hồ sơ tài khoản

Quản lý thông tin hồ sơ để bảo mật tài khoản

@csrf
admin {{ $user->email ? substr($user->email, 0, 2).'***@'.explode('@', $user->email)[1] : 'ad***@gmail.com' }} Thay Đổi ********{{ substr($user->phone, -2) }} Thay Đổi
{{-- Thẻ minh họa bên phải --}}
avatar
@endsection