@csrf
@php $pending_cheque = \App\Models\SalePayment::where('status',0)->where('check_date',date('Y-m-d'))->count(); @endphp
{{ $pending_cheque }}
Pending Cheque
Admin
{{ auth()->user()->name }}
Profile
Settings
@csrf
{{ __('Log Out') }}
{{--
Logout --}}
Sale
Purchase
Client Receive
Client Ledger
Transaction
Stock List
{{ \Carbon\Carbon::now()->format('d-m-Y h:i:s A')}}
@push('scripts') @endpush