@extends('layouts.master') @section('page_title', 'New ' . $display_term . ' Dashboard') @section('title', 'New '. $display_term .' Dashboard') @section('main_item', 'New '. $display_term .' Dashboard') @section('sub_item', ' Dashboard') @section('content')

Total Sales Count & Value

{{ $total_count }}

Rs. {{ number_format($total_sum, 2) }}

Pending Orders

{{ $pending_oders }}

Confirmed Orders

{{ $confirm_oders }}

Hold Orders

{{ $hold_oders }}

{{-- --}}

Total Commission (without return & cancell)

{{ $total_commission }}

Total Deliverd Commission

{{ $due_total_commission }}

Paid Commission

{{ $total_paid_commission }}

Not Confirm Orders

{{ $not_confirm }}

Cancel Orders

{{ $cancel_oders }}

Dispatch Orders

{{ $dispatch_order_count }}

Delivery Status (Pending)

{{ $delivery_panding }}

Delivery Status (Returned)

{{ $retun }}

Delivery Status (Delivered)

{{ $delivered }}

Total Pices QTY (All orders without return & cancel)

{{ $total_selling_pieces_qty }}

{!! $pending_chart->render() !!}
@endsection @section('scripts') @endsection