{{-- Knowing others is intelligence; knowing yourself is true wisdom. --}}
Today's
₹{{\App\Models\expenses::whereDate('created_at', Carbon\Carbon::today())->sum('total')}}
Current Month
₹{{\App\Models\expenses::whereMonth('created_at', Carbon\Carbon::now()->month)->sum('total')}}
Total
₹{{\App\Models\expenses::sum('total')}}
@if(Carbon\Carbon::parse($filterr)->format('d-m-Y') != Carbon\Carbon::today()->format('d-m-Y'))

Sale on {{Carbon\Carbon::parse($filterr)->format('d-m-Y')}}

₹{{\App\Models\expenses::whereDate('created_at', Carbon\Carbon::parse($this->filterr))->orderBy('id', 'DESC')->sum('total')}}
@endif

Expenses

@foreach($exp as $e) @endforeach
Name Qyt Rate Note Total Action
{{$e->name}} {{$e->qyt}} {{$e->rate}} {{$e->note}} {{$e->total}}
Delete Do You want to Delete this Invoice amounting
{{$exp_total}}
@if($notemodal == true) Note
{{$selectednote}}
@endif @if($modal == true) Add Expense
@if($oseleected != -1)
TOTAL : {{$total}}
@endif
@endif @push('src') @endpush