@extends('layouts.main') @section('page-title') {{ __('Dashboard') }} @endsection @section('page-breadcrumb') {{ __('Account') }} @endsection @push('css') @endpush @section('content') @if (session('status'))
{{ __('Simplifies accounting with streamlined invoicing, bill tracking, and real-time financial insights.') }}
{{ __('Income Today') }}
{{ __('Expense Today') }}
{{ __('Income This Month') }}
{{ __('Expense This Month') }}
{{ __('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']) }} |
{{ __('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']) }} |