@extends('report.template') @section('report-title') Affiliate Reports @endsection @section('table-options') @include('report.options.user-type') @include('report.options.dates') @endsection @section('table') @php $reporter->between($dates['startDate'], $dates['endDate'], new \LeadMax\TrackYourStats\Report\Formats\HTML(true, [ 'idrep', 'user_name', 'Clicks', 'UniqueClicks', 'FreeSignUps', 'PendingConversions', 'Conversions', 'Revenue', 'Deductions', 'EPC', 'BonusRevenue', 'ReferralRevenue', 'TOTAL' ])); @endphp
Rep ID Rep Raw Unique Free Sign Ups Pending Conversions Conversions Sales Revenue Deductions EPC Bonus Revenue Referral Revenue TOTAL
@endsection @section('footer') @endsection