@extends('report.template') @section('report-title') Advertiser Reports @endsection @section('table-options') @include('report.options.dates') @endsection @section('table') @php $reporter->between($dates['startDate'],$dates['endDate'], new \LeadMax\TrackYourStats\Report\Formats\HTML(true,[ 'id','name','Clicks','UniqueClicks','PendingConversions','FreeSignUps','Conversions','Revenue','Deductions','EPC','TOTAL' ])); @endphp
ID Name Raw Unique Pending Conversions Free Sign Ups Conversion Revenue Deductions EPC TOTAL
@endsection @section('footer') @endsection