@extends('layouts.app') @section('title','التقارير') @section('content')
تصفية دقيقة حسب المبنى والفترة والحالة، مع إجماليات لكل النتائج وليس الصفحة الحالية فقط.
| المبنى | الشقة | المسؤول | الفترة | المستحق | الحالة | الإيصال |
|---|---|---|---|---|---|---|
| {{ $account->building_name }} | {{ $account->apartment_number }} | {{ $account->payer_name ?: '—' }} | {{ $account->month->month }}/{{ $account->month->year }} | {{ number_format($account->total_due,2) }} | {{ $account->payment_status==='paid'?'مدفوع':'غير مدفوع' }} | @if($receipt=$account->receipts->where('status','active')->first()){{ $receipt->number }}@else—@endif |
لا توجد نتائج مطابقة. | ||||||