@extends('layout.header') @section('title') ALIAN | Retail @endsection @section('main')

Retail Dashboard

Total Sellings (₹)
Total Orders
{{-- {{$total_orders}}--}}
Total Pending Orders
{{-- {{$total_pending_orders}}--}}
Recieved Amount
{{-- {{$total_pending_orders}}--}}
Cash (₹)
Paytm
{{-- {{$total_orders}}--}}
Total
{{-- {{$total_orders}}--}}
Cgst
{{-- {{$total_orders}}--}}
Sgst
{{-- {{$total_orders}}--}}

Total Current Stock

Products Stock
@foreach($current_stock as $stock)
{{--Alian Type-c Cable 3amp (Gold)--}} {{$stock->product_name}} {{$stock->beta_product_stock}}
@endforeach

Highest Selling Persons

Name Amount(₹)

Highest Selling Products

Product Product Qty Amount(₹)
{{--
--}} {{--
--}} {{----}} {{----}} {{----}} {{--
--}} {{----}} {{----}} {{----}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{----}} {{----}} {{--
--}} {{--
--}}
@endsection