@extends(MarketplaceHelper::viewPath('vendor-dashboard.layouts.master'))
@section('content')
@if ($totalProducts)
{{ trans('plugins/ecommerce::reports.date_range_format_value', [
'from' => BaseHelper::formatDate($data['startDate']),
'to' => BaseHelper::formatDate($data['endDate']),
]) }}
@endif
@include(MarketplaceHelper::viewPath('vendor-dashboard.partials.dashboard-content'))
@stop
@push('footer')
@endpush