{{ __('Филтрирай') }}
@if (session()->has('success')) {{ session('success') }} @endif @if (session()->has('error')) {{ session('error') }} @endif
{{ __('Върни се') }}

Фактури за обект {{ $property_info['name'] }}

@forelse($property_invoices as $invoice) @empty @endforelse
№ на фактура Дата на фактура Стойност Крайна дата Статус Настройки
{{ $invoice['invoice_number'] }} @if($invoice['invoice_date'])
{{ date('d.m.Y', strtotime($invoice['invoice_date'])) }}
@else - @endif
{{ $invoice['amount'] ?? 0 }}
@if($invoice['due_date'])
{{ date('d.m.Y', strtotime($invoice['due_date'])) }}
@else - @endif
@switch($invoice['status']) @case('pending') Неплатена @break @case('paid') Платена @break @default - @endswitch {{ __('Промени') }} {{ __('Виж') }} {{ __('Зареждане...') }}
The list is empty.
{{-- {{ $property_invoices->links() }} --}}