@extends($_layout . 'main') {{-- khai báo title --}} @section('title', 'Hệ thống') {{-- tên modul xuất hiện trong sub header --}} @section('module.name', 'Báo cáo tháng') @section('content') @php $y = date('Y'); $user = auth()->user(); $agent = get_affiliate_account($user->id); @endphp