@extends('layouts.master') @section('title') Dashboard @endsection @section('css') @endsection @section('content') @can('view dashboard') {{-- custom date Modal --}} {{-- end custom date Modal --}}
{{-- @php $expirationDate = '2025-08-27'; $daysLeft = Carbon\Carbon::now()->diffInDays($expirationDate, false); @endphp --}}
@if (Auth::user()->business_key == 'f579a6e6f10cbba679ae922b4b2d6ab08deee942' || Auth::user()->business_key == '40c1cd745136ba47bffbab6fd878c6c8072134de' || Auth::user()->business_key == 'a620919a5504c0444d799ca165278f599a1fe063')

Your annual subscription is expiring soon. Kindly clear the due amount at the earliest to continue uninterrupted service.

@endif @if (Auth::user()->business_key == 'bd4a29988341343c66772ff9ada13659ad94af6f' || Auth::user()->business_key == '8a0d2526fe621dc16a971e72de7332cfe753d7cd')

Your Free subscription is expiring soon. Kindly clear the due amount at the earliest to continue uninterrupted service.

@endif @if (Auth::user()->company_profile->account_type == 'trial') @php $userPlan = \App\Models\UserPlan::where( 'business_key', Auth::user()->business_key, )->first(); @endphp

THE ACCOUNT IS ONLY VALID FOR 7 DAYS AND WILL BE CLOSED ON {{ \Carbon\Carbon::parse($userPlan->expired_on)->format('d-m-y') }}

@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
@can('view cash balance')
@php $cashInHandGroupId = App\Models\Group::where([ 'business_key' => Auth::user()->business_key, 'name' => 'Cash In Hand', ])->first()->id; $bankAccountsGroupId = App\Models\Group::where([ 'business_key' => Auth::user()->business_key, 'name' => 'Bank Accounts', ])->first()->id; @endphp
@endcan
@if (Auth::user()->hasFeature('SALES')) @endif @if (Auth::user()->hasFeature('SALES_RETURN')) @endif @if (Auth::user()->hasFeature('PURCHASE')) @endif @if (Auth::user()->hasFeature('PURCHASE_RETURN')) @endif
@if (Auth::user()->hasFeature('RECEIPT')) @endif @if (Auth::user()->hasFeature('PAYMENT')) @endif @if (Auth::user()->hasFeature('CONTRA')) @endif @if (Auth::user()->hasFeature('JOURNAL')) @endif

Staff Sales Summary

{{-- --}}
Sale Executive Sales Amount
Total:
@if ($currentFinancial->mybuss == 1 && $currentFinancial->software_type == 'mybuss')

Mybuss Sync Check

Click the button to check your mybuss syncs are correct  

Rectify Cancelled Vouchers

Click the button to check your Rectify syncs  

Check amount mismatch

Click the button to check amount mismatch  

Repair amount mismatch

Click the button to repair amount mismatch  

@else

Check amount mismatch

Click the button to check amount mismatch  

{{--

Repair amount mismatch

Click the button to repair amount mismatch  

--}} @endif @else

{{ $greeting }}, {{ Auth::user()->name }}!

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

@endcan @endsection @section('script') @endsection