@extends($_layout . 'main') {{-- khai báo title --}} @section('title', 'Dashboard') {{-- tên modul xuất hiện trong sub header --}} @section('module.name', 'Dashboard') @section('body.class', 'm-brand--minimize m-aside-left--minimize body-light-bg ') @section('content') @php $webType = get_web_type(); $user = auth()->user(); $agent = get_affiliate_account($user->id); $wallet = get_user_wallet($user->id); $refUser = $user->agent_id || $user->ref_code ? get_user($user->agent_id ? ['id' => $user->agent_id] : ['affiliate_code' => $user->ref_code ?? 'JJJRSRFSRSRS']) : null; @endphp

Admin Dashboard

{{ $agent && $agent->policy ?$agent->policy->name : 'Người dùng' }}

@endsection @section('css') @endsection