@extends('backend.partials.master') @section('title') Dashboard @endsection @section('maincontent')

Totals Solution Logistic and Warehousing Services Private Limited.

Hello, {{ Auth::user()->name }}

All the data shown below is respective to the selected customer.
Order Status Details
Draft

{{ $draftCount ?? 0 }}

InProgress

{{ $inprogressCount ?? 0 }}

Delivered

{{ $deliveredCount ?? 0 }}

Complete

{{ $completeCount ?? 0 }}

Cancelled

{{ $cancelledCount ?? 0 }}

Stock Status Details
Low Stock

{{ $lowStockCount ?? 0 }}

Expired

{{ $expiredStockCount ?? 0 }}

GRN Status Details
Draft 1
Completed 6
Generated 8
Cancelled 1
Warehouse Occupancy By Pallet Details
Available Storage L. 1%
Occupied Storage L. 6%
Total Storage L.(No.) 8
Loaded Pallets (No.) 6
{{-- line chart --}}
Top Selling Products | To
{{-- Product Overview --}}
Product Inventory
Product Inward/Outward
Damaged Product
Ageing Report
Product Shelf Life
@endsection {{-- warehouse Graph --}} {{-- bar chart --}}