@extends('layouts.master') @section('page_title', 'Dashboard') @section('title', "$dashboard") @section('main_item', 'Dashboard') @section('sub_item', '') @section('content') @can('dashbord')
business_location != '1') style="display: none" @endif>

@can('quick_report_of_order_payment')
value_reports_desable == '1') style="display: none" @endif>
Total Sales {{ $total_count }}

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

total_sale_of_confirmed_orders != '1') style="display: none" @endif>
Total Sales Of Only Confirmed {{ $confirm_oders_total_count }}

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

value_reports_desable == '1') style="display: none" @endif>
Total Purchase {{ $total_purchase_count }}

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

value_reports_desable == '1') style="display: none" @endif>
Courier Payment Due {{ $courier_due_count }}

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

value_reports_desable == '1') style="display: none" @endif>
Purchase Due {{ $grn_due_count }}

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

@endcan @can('quick_report_status')

Pending Orders

{{ $pending_oders }}

Confirmed Orders

{{ $confirm_oders }}

Hold Orders

{{ $hold_oders }}

Not Confirm Orders

{{ $not_confirm }}

Cancel Orders

{{ $cancel_oders }}

value_reports_desable == '1') style="display: none" @endif>

Release Orders

{{ $release_orders }}

value_reports_desable != '1') style="display: none" @endif>

Pending Waybill Print

{{ $pending_print_order_count }}

value_reports_desable == '1') style="display: none" @endif>

Waybill Print

value_reports_desable != '1') style="display: none" @endif>

Pending Dispatch Orders

{{ $pending_dispatch_order_count }}

Dispatch Orders

{{ $dispatch_order_count }}

delivery_status != '1') style="display: none" @endif>

Delivery Status (Pending)

{{ $delivery_panding }}

delivery_status != '1') style="display: none" @endif>

Delivery Status (Returned)

{{ $retun }}

reshedule_and_diliverd != '1') style="display: none" @endif>

Delivery Status (Reshedule)

{{ $reshedule }}

reshedule_and_diliverd != '1') style="display: none" @endif>

Delivery Status (Reshedule & Delivered)

{{ $reshedule_diliverd }}

delivery_status != '1') style="display: none" @endif>

Delivery Status (Delivered)

{{ $delivered }}

@endcan @can('top_selling_items')
lead_resouses_pie_chart != '1') style="display: none" @endif>

Delivery Status Of Only Leads Resoreces

Status Count
Leads to Confirm {{ $ok }}
Confirm to Dispatch {{ $ok_to_dispatch }}
Dispatch to Delivered {{ $ok_to_deliver }}
Leads to Delivered {{ $total_leads_to_delivered }}
{!! $chartjs_2->render() !!}
lead_resouses_pie_chart != '1') style="display: none" @endif>

Top Selling Items

@foreach ($widget['top_selling_items'] as $item) @endforeach
SKU Product Name
{{ $item->sku }} {{ $item->product_name }}
lead_resouses_pie_chart != '1') style="display: none" @endif>

Leads Resources List

Resources Count
Facebook Massenger {{ $face_book_massenger }}
Facebook Leads {{ $face_book_leeds }}
WhatsApp {{ $whats_app }}
Bulk Order {{ $bulk_order }}
Daraz {{ $daraz }}
Voucher Order {{ $voucher }}
{!! $chartjs->render() !!}
@endcan
order_multiple_line_chart != '1') style="display: none" @endif>

Daily Orders Chart

{!! $order_count_chart->render() !!}
@can('daily_sales_chart')
@if ($setting->day_profit_line_chart == '1')

Daily Sales & Profit Chart

@else

Daily Sales Chart

@endif {!! $daily_sales_chart->render() !!}
@endcan @can('low_stock_items')

Low Stock Items

@foreach ($low_stocks as $item) @endforeach
Product Name QTY
{{ $item['name'] }} {{ $item['qty'] }}
@endcan
@if($setting->batch_wise_marketing == '1')

Marketing Campaign Cost Chart

@csrf

{!! $marketing_chart->render() !!}
@endif @can('financial_year_sales_chart')

Financial Year Sales Chart

{!! $financial_year_sale_chart->render() !!}
@endcan @can('sales_details')
sale_deatils_and_new_orders_desable == '1') style="display: none" @endif>

Sales Details

Call Status Order Status Payment Status Business Location Customer Ref No Mobile Courier Grand Total Sale Date Action
Grand Total
@endcan @can('dashboad_new_order')
sale_deatils_and_new_orders_desable == '1') style="display: none" @endif>

New Orders

Date/ Time Business Location Name and Address Phone No Items Amount Status
@endcan @endcan @endsection @section('scripts') @endsection