@extends('admin.layouts.admin') @section('title', 'Tiếp thị liên kết') @section('content')
NGƯỜI DÙNG ĐƯỢC GIỚI THIỆU
@foreach($affiliates as $affiliate) @endforeach
# Người đăng ký Người giới thiệu Ngày tham gia
{{ $affiliate->id }} {{ $affiliate->username }} {{ $affiliate->referrer->username ?? 'Không có' }} {{ $affiliate->created_at->format('d/m/Y') }}
@endsection @section('script') @endsection