@extends('report.template') @section('report-title') Chat Log 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()); @endphp
User ID User Name Pending Sales Logged Sales Total
@endsection @section('footer') @endsection