From 81e247c19ec3acb9a1495902ff63ab061118d2b4 Mon Sep 17 00:00:00 2001 From: Thekindbull Date: Tue, 27 May 2025 13:39:22 +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=20=D0=B1=D0=B0=D0=B3=20=D1=81=20=D0=B8=D1=81=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D0=B8=D0=B5=D0=B9=20=D0=B4=D0=BE=D0=B3=D0=BE=D0=B2?= =?UTF-8?q?=D0=BE=D1=80=D0=BE=D0=B2=20=D0=B8=20=D1=81=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/clients/contract/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/clients/contract/index.blade.php b/resources/views/clients/contract/index.blade.php index e512d2b..6059302 100644 --- a/resources/views/clients/contract/index.blade.php +++ b/resources/views/clients/contract/index.blade.php @@ -91,7 +91,7 @@ class="bi bi-pen" viewBox="0 0 16 16">
История договора
- @if ($contract->notifications->count() == 0) + @if ($contract->deal->notifications->count() == 0)
@@ -99,7 +99,7 @@ class="bi bi-pen" viewBox="0 0 16 16">
@else - @foreach ($contract->notifications as $notification) + @foreach ($contract->deal->notifications as $notification)