{{-- Extends layout --}} @extends('layout.default') @section('styles') @endsection {{-- Content --}} @section('content') {{-- --}}
৳ {{number_format($salesOverview[0]->InvoiceAmount, 2)}}
Sales
৳ {{number_format($salesOverview[0]->PromotionAmount, 2)}}
Promotion
৳ {{number_format($salesOverview[0]->SamplingAmount)}}
Sampling
৳ {{number_format($salesOverview[0]->NetAmount)}}
Total Sale

Monthly target achieved

Notes: This chart shows yearly sales target
vs sales done to this date

Go to Orders
750$ Weekly Income
+6,5K New Users

Yearly Sales Trend

Zone Wise Target Status

Zone Wise Contribution

{{--

Column Chart

--}} @endsection {{-- Scripts Section --}} @section('scripts') @endsection