@extends('report.template') @section('report-title') Sales Log @endsection @section('table-options') @include('report.options.dates') @endsection @section('table') @if(\LeadMax\TrackYourStats\System\Session::userType() !== \App\Privilege::ROLE_AFFILIATE) @endif @php $reporter->between($dates['startDate'], $dates['endDate'], new \LeadMax\TrackYourStats\Report\Formats\HTML()); @endphp
Conversion IDOffer Name Pending Timestamp Converted Timestamp Actions
@include('report.options.pagination') @endsection @section('footer') @endsection