@extends('fronted.layout.main') @section('adcontent') @if ($message = Session::get('success')) @php session()->forget('success'); @endphp @endif @if ($message = Session::get('warning')) @php session()->forget('warning'); @endphp @endif @if ($message = Session::get('danger')) @php session()->forget('danger'); @endphp @endif

Category Wise Chart

@csrf
Add Category
@foreach($dataexpensess as $temp)
Category Name Total Amount ₹{{$totalExpense}} Action
{{$temp->category_name}} {{$temp->total}}