@extends('layouts.main') @section('page-title') {{ __('Dashboard') }} @endsection @section('page-breadcrumb') {{ __('Account') }} @endsection @push('css') @endpush @section('content') @if (session('status')) @endif
layer

{{Auth::user()->ActiveWorkspaceName()}}

{{ __('Simplifies accounting with streamlined invoicing, bill tracking, and real-time financial insights.') }}

{{ \Workdo\Account\Entities\AccountUtility::countCustomers() }}

{{ \Workdo\Account\Entities\AccountUtility::countVendors() }}

{{ \App\Models\Invoice::countInvoices() }}

{{ \Workdo\Account\Entities\AccountUtility::countBills() }}

{{ __('Account Balance') }}
{{ __('Cashflow') }}
{{ __('Income & Expense') }} {{ __('Current Year') . ' - ' . $currentYear }}
{{ __('Income By Category') }} {{ __('Year') . ' - ' . $currentYear }}
{{ __('Latest Income') }}
{{ __('Expense By Category') }} {{ __('Year') . ' - ' . $currentYear }}
{{ __('Latest Expense') }}
{{ __('Income Vs Expense') }}

{{ __('Income Today') }}

{{ currency_format_with_sym(\Workdo\Account\Entities\AccountUtility::todayIncome()) }}

{{ __('Expense Today') }}

{{ currency_format_with_sym(\Workdo\Account\Entities\AccountUtility::todayExpense()) }}

{{ __('Income This Month') }}

{{ currency_format_with_sym(\Workdo\Account\Entities\AccountUtility::incomeCurrentMonth()) }}

{{ __('Expense This Month') }}

{{ currency_format_with_sym(\Workdo\Account\Entities\AccountUtility::expenseCurrentMonth()) }}

{{ __('Recent Invoices') }}
{{ __('Total') }}

{{ __('Invoice Generated') }}

{{ currency_format_with_sym($weeklyInvoice['invoiceTotal']) }}

{{ __('Total') }}

{{ __('Paid') }}

{{ currency_format_with_sym($weeklyInvoice['invoicePaid']) }}

{{ __('Total') }}

{{ __('Due') }}

{{ currency_format_with_sym($weeklyInvoice['invoiceDue']) }}

{{ __('Total') }}

{{ __('Invoice Generated') }}

{{ currency_format_with_sym($monthlyInvoice['invoiceTotal']) }}

{{ __('Total') }}

{{ __('Paid') }}

{{ currency_format_with_sym($monthlyInvoice['invoicePaid']) }}

{{ __('Total') }}

{{ __('Due') }}

{{ currency_format_with_sym($monthlyInvoice['invoiceDue']) }}

{{ __('Recent Bills') }}
{{ __('Total') }}

{{ __('Bill Generated') }}

{{ currency_format_with_sym($weeklyBill['billTotal']) }}

{{ __('Total') }}

{{ __('Paid') }}

{{ currency_format_with_sym($weeklyBill['billPaid']) }}

{{ __('Total') }}

{{ __('Due') }}

{{ currency_format_with_sym($weeklyBill['billDue']) }}

{{ __('Total') }}

{{ __('Bill Generated') }}

{{ currency_format_with_sym($monthlyBill['billTotal']) }}

{{ __('Total') }}

{{ __('Paid') }}

{{ currency_format_with_sym($monthlyBill['billPaid']) }}

{{ __('Total') }}

{{ __('Due') }}

{{ currency_format_with_sym($monthlyBill['billDue']) }}

@if (module_is_active('Goal')) @include('goal::dashboard.dshboard_div') @endif
@endsection @push('scripts') @endpush