@extends('report.template') @section('report-title') Sub Reports @endsection @section('table-options') Sub @include('report.options.dates') @endsection @section('table') @php $reporter->between($dates['startDate'], $dates['endDate'], new \LeadMax\TrackYourStats\Report\Formats\HTML(true)); @endphp
Sub Raw Unique Conversions Revenue EPC
@endsection @section('footer') @endsection