@extends($_layout . 'home') @section('meta.robots', 'noindex') @section('title', 'Thông tin tài khoản') @include($_lib . 'register-meta') @php $agent = $user->type == 'agent'? get_agent_account($user->id) : null; $wallet = get_user_wallet($user->id); @endphp @section('content') @include($_template . 'navbg')
Loại tài khoản: @if ($agent) {{$agent->policy?$agent->policy->name:"Đại lý"}} @else Người dùng @endif
Mã giới thiệu: {{$user->affiliate_code}}
Hoa hồng: {{get_price_format($wallet->balance, 'VND')}}
@if ($agent)Số dư tháng: {{$agent->month_balance? $agent->month_balance.' tháng':'0'}}
@endifHạn sử dụng AI: {{($a = $user->getServiceExpiredInfo('d/m/Y'))?$a:'Đã hết hạn'}}