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