@extends('layouts.app') @section('title', 'Flat Status Report') @section('content')
{{-- Filters --}}Available
Booked
Sold
Outstanding
| Project | Building | Flat # | Type | Size | Price | Status | Customer | Paid | Outstanding | Progress |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $row['project'] }} | {{ $row['building'] }} | {{ $row['flat_number'] }} | {{ $row['type'] }} | {{ $row['size'] }} | ৳{{ number_format($row['price']) }} | {{ ucfirst($row['status']) }} | {{ $row['customer'] }} | ৳{{ number_format($row['total_paid']) }} | ৳{{ number_format($row['outstanding']) }} |
@if($row['progress'] > 0)
|
| No flats found. | ||||||||||