@extends('layouts.order-master') @section('title') Dashboard @endsection @section('css') @endsection @section('content') @can('view dashboard')
{{-- @php $expirationDate = '2025-08-02'; $daysLeft = $daysLeft = Carbon\Carbon::now()->diffInDays($expirationDate, false); @endphp --}}
{{-- @if(Auth::user()->business_key == '051a909d74a19e42b0bf5c26ec6901300485bafb' || Auth::user()->business_key == '13dcdbaca83c873dcb294b9511ae4da3d226773b')

Your Subscription will be expired in {{ $daysLeft }} days

@endif --}}

{{ $greeting }}, {{ 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
{{-- Todays Summary --}}

Summary

{{ $pending_order_count }} Pending Orders
Sale Executive Order Sale Collection
Total:
@endcan @endsection @section('script') @endsection