@extends('layouts.order-master') @section('title') Dashboard @endsection @section('css') @endsection @section('content') @can('view dashboard')

{{ Auth::user()->name }}!

Here's what's happening with your business today.

@if (Auth::user()->staff == null || Auth::user()->staff->all_ledgers == 1)
@endif @if (Auth::user()->company_profile->manage_ledger_stock == 1)
@endif

Today Packed & Ready to Ship

{{ $today_packed_orders_count }} / {{ $total_order_in_packing_today }}

Delivered Today

{{ $today_delivered_orders_count }} / {{ $total_order_in_delivery_today }}

Cancelled Today

{{ $cancelled_orders_today_count }} / {{ $cancelled_orders_today_amount }}

{{-- Todays Summary --}}

Todays Summary

{{ $pending_order_count }} Pending Orders
Sale Executive Order Sale Collection
Total:
{{-- monthly summary --}}

Monthly Summary

Sale Executive Order Sale Collection
Total:

Order - Collection - Billed Order Week Graph

Stock Group Report

Stock Group Total Base Quantity Total Amount Percentage
Total:
@endcan @endsection @section('script') {{-- --}} @endsection