@include('layouts.header') @include('layouts.sidebar')
{{--
img
{{$purchase_orders ?? '0'}}
Total Purchase
img
{{$orders ?? '0'}}
Total Sales
img
{{$totalinwardAmount}}
Total Purchase Amount
img
{{$totalSaleAmount}}
Total Sale Amount

{{$customers}}

Customers

{{$suppliers}}

Suppliers

{{$purchase_invoice}}

Purchase Invoice
icon

{{$sale_invoice}}

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')