@extends('admin.master') @section('title', 'MonthlyProfit') @section('active-monthly-profit', 'active') @section('content')
@livewire('admin.report.monthly-profit-data')
@endsection