@extends('layouts.app') @section('title', 'Monthly Revenue') @section('page-title', 'Monthly Revenue') @section('breadcrumb', 'Insights / Monthly Revenue') @section('content')

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

Revenue Breakdown

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