From e865d6d544d65b1c7b9cfda2d8fa58dc65811b5b Mon Sep 17 00:00:00 2001 From: developer Date: Wed, 22 Apr 2026 12:56:17 +0800 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=B2=D0=B5=D1=80=D1=81=D1=82=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=B4=D0=BE=D0=B3=D0=BE=D0=B2=D0=BE=D1=80=D0=B0=20-=20?= =?UTF-8?q?=D0=B1=D0=B0=D0=B3=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B8?= =?UTF-8?q?=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=86=D0=B8=D0=B8=20=D0=BE?= =?UTF-8?q?=D0=B1=20=D1=83=D0=BD=D0=B8=D0=BA=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Modules/Contracts/Views/contract.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Modules/Contracts/Views/contract.blade.php b/app/Modules/Contracts/Views/contract.blade.php index 3df3543..b759811 100644 --- a/app/Modules/Contracts/Views/contract.blade.php +++ b/app/Modules/Contracts/Views/contract.blade.php @@ -37,7 +37,9 @@ class="bi bi-arrow-right" viewBox="0 0 16 16">
{{ $contract->deal->complex->city->name }}
{{ $contract->deal->complex->name }}
@if($contract->deal->unique_until) -
Срок уникальности истечет {{ \Carbon\Carbon::parse($contract->deal->unique_until)->format('d.m.Y') }} +
+ Срок уникальности истечет {{ \Carbon\Carbon::parse($contract->deal->unique_until)->format('d.m.Y') }} +
@endif