@include('layouts.header') @include('layouts.sidebar')
img
{{$purchase_orders ?? '0'}}
Total Purchase
img
{{$orders ?? '0'}}
Total Sales
img
{{number_format($totalPurchaseAmount, 2) }}
Total Purchase Amount
img
{{$totalSaleAmount}}
Total Sale Amount

{{$customers}}

Customers

{{$suppliers}}

Suppliers

0

Purchase Invoice
icon

0

Sales Invoice
Purchase & Sales
  • Sales
  • Purchase
{{-- --}}

Top Products

@php $i=1 @endphp @foreach($topSellingProduct as $row) @endforeach
# Products Quantity
{{ $i++}} Product Image {{ $row->product_name}} {{ $row->total_sold}}
{{-- --}} @include('layouts.footer')