@php $profile = getUser(); $tab = request()->tab; if(!$tab) $tab = session('tab'); $infoActive = $tab != 'account' ? 'active show': ''; $accountActive = $infoActive ? '' : 'active show'; @endphp @extends($_layout.'master') @section('title', 'Trang cá nhân') @section('show_sidebar', 1) @section('content')
@csrf
{{$nameErr?$nameErr:"Không được bỏ trống"}}
{{$passwordErr?$passwordErr:"Không được bỏ trống"}}
{{--
{{$passwordErr?$passwordErr:"Vui lòng nhập Mã 2-FA"}}
--}}
@csrf
{{$usernameErr??'Không dược bỏ trống'}}
{{$emailErr??"Email không hợp lệ"}}
{{$passwordErr?$passwordErr:"Không được bỏ trống"}}
@if ($profile->google2fa_secret)
{{$google2fa_secret??'Vui lòng nhập mã xác thực'}}
@endif
@include($_template.'profile-card')
@endsection