@extends('admin.layouts.master') @section('title','Affiliate Reports | ') @section('body') @component('components.box',['border' => 'with-border']) @slot('header')
{{ __("Affiliate Reports")}}
@endslot @slot('boxBody')
# Refered user Refered by Date Amount
@endslot @endcomponent @endsection @section('custom-script') @endsection