{{ __('Dashboard') }}
{{ __('Welcome back') }}, {{ auth()->user()->name }}
{{ $unit->unit_name }}
{{ $property->name }}
{{ __('Current Rent') }}
{{ currencyPrice($tenant->general_rent) }}
{{ __('Total Tickets') }}
{{ $totalTickets }}
{{ __('Paid Invoice') }}
{{ __('Invoice No.') }} | {{ __('Reference') }} | {{ __('Issus Date') }} | {{ __('Amount') }} |
---|---|---|---|
{{ $invoice->invoice_no }} | {{ $invoice->name }} | {{ $invoice->created_at->format('Y-m-d') }} | {{ currencyPrice($invoice->amount) }} |
{{ __('Unpaid Invoice') }}
{{ __('Invoice No.') }} | {{ __('Reference') }} | {{ __('Due Date') }} | {{ __('Amount') }} |
---|---|---|---|
{{ $invoice->invoice_no }} | {{ $invoice->name }} | {{ $invoice->due_date }} | {{ currencyPrice($invoice->amount) }} |
{{ __('Notice Board') }}
{{ Str::limit($notice->title, 40, '...') }} |