@extends('layouts.app') @push('styles') @endpush @section('content')
Generate bills for unprocessed tenants
Total Unprocessed
{{ number_format($unprocessedServices->total()) }}
Current Period
{{ \Carbon\Carbon::parse($period)->format('M Y') }}
Quick Actions
Generate bills for tenants without current period bills
There are no unprocessed rent services for {{ \Carbon\Carbon::createFromFormat('Y-m', $period)->format('F Y') }}.
| # | Tenant | Unit Details | Unit Identity | Actions |
|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $service->CustomerName }}
{{ $service->AccountNo }}
|
@if($service->unit)
{{ $service->unit->UnitIdentity ?? 'N/A' }}
@else
No unit assigned
@endif
{{ $service->unit->property->PropName ?? 'N/A' }}
|
@if($service->unit)
{{ $service->unit->UnitIdentity ?? 'N/A' }}
@else
No unit assigned
@endif
|