@extends('layouts.app') @section('title', 'Product Time Spent') @section('page-title', 'Product Time Spent Insight') @section('breadcrumb', 'Insights / Time Spent') @section('content')

Data shown from {{ $from }} to {{ $to }}

Time Spent

@include('admin.insights.partials.chart', ['chartData' => $chartData])
@endsection