@php($statuses = App\Models\Deal\ContractStatus::class)
| Клиент | Город | ЖК | Площадь | Сумма | Вознаграждение | Статус | |
|---|---|---|---|---|---|---|---|
| {{ $contract->deal->user->name }} | {{ $contract->deal->complex->city->name }} | {{ $contract->deal->complex->name }} | {{ $contract->square }} | {{ $contract->price }} | {{ $contract->reward }} |
{{ $statuses::getName($contract->status) }}
|
|