{{-- Success Message --}}
@if(session('success'))
{{-- 2. Summary Cards Section --}}
{{-- 3. Ad Costs & Other Expenses Input Section --}}
Success! {{ session('success') }}
@endif
{{-- 1. Date Filter Section --}}
Total Sales
৳ {{ number_format($totalSales, 2) }}
Total Orders: {{ $orders->count() }}Gross Profit
৳ {{ number_format($grossProfit, 2) }}
Net Sales - CostTotal Costs
৳ {{ number_format($totalAdCost + $totalOtherExpense, 2) }}
Ad + ExpensesFinal Net Profit
৳ {{ number_format($finalNetProfit, 2) }}
Gross - Total Costs
{{-- Ad Cost Form & Table --}}
{{-- Other Expenses Form & Table --}}