From fce9d7b5325616c700a4bc206d801596365d880f Mon Sep 17 00:00:00 2001 From: developer Date: Wed, 22 Apr 2026 10:05:13 +0800 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D1=81=D1=80=D0=BE=D0=BA=D0=B0?= =?UTF-8?q?=20=D1=83=D0=BD=D0=B8=D0=BA=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D1=81?= =?UTF-8?q?=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Modules/Contracts/Views/contract.blade.php b/app/Modules/Contracts/Views/contract.blade.php index af56246..3df3543 100644 --- a/app/Modules/Contracts/Views/contract.blade.php +++ b/app/Modules/Contracts/Views/contract.blade.php @@ -37,7 +37,7 @@ 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