@extends('layouts.app') @section('title','الشقق') @section('content')
ابحث وصفِّ الوحدات حسب المبنى وحالة الإيجار أو التمليك.
| المبنى | الشقة | الدور | حالة الوحدة | المسؤول الحالي | |
|---|---|---|---|---|---|
| {{ $apartment->building->name }} | {{ $apartment->number }} | {{ $apartment->floor ?: '—' }} | {{ $apartment->occupancy_type==='rental'?'إيجار':'تمليك' }} | {{ $apartment->currentOccupancy?->person_name ?: '—' }} | تعديل |
لا توجد وحدات مطابقة للفلتر. | |||||