@extends('reports.layout') @section('content') @php function fmtSl($amount) { return '$ ' . number_format((float)$amount, 2); } @endphp @if($lands->isEmpty())
@else| # | نمبر زمین | فاز | نوعیت | سرک | بلاک | فابریکه | اندازه (متر مربع) | قیمت/جریب | قیمت کل | مالک فعلی |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $land->name }} | {{ $land->phase->name ?? '-' }} | {{ $land->category->name_fa ?? '-' }} | {{ $land->street ?? '-' }} | {{ $land->block ?? '-' }} | {{ $land->factory_no ?? '-' }} | {{ number_format((float)$land->area_sqm_m, 1) }} | {{ fmtSl($land->price_per_jarib_usd) }} | {{ fmtSl($land->price_total_usd) }} | {{ $land->customer->name ?? '-' }} |
| مجموع | {{ number_format((float)$totalArea, 1) }} | {{ fmtSl($totalPrice) }} | {{ $totalCount }} | |||||||