From 7252f8829190a5256eb268c4b9f52b9b651552d1 Mon Sep 17 00:00:00 2001 From: Thekindbull Date: Tue, 27 May 2025 10:16:23 +0800 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=BE=D0=BA=D0=BD=D0=BE=20=D0=B2=D1=8B=D0=B2?= =?UTF-8?q?=D0=BE=D0=B4=D0=B0=20=D0=B8=D1=81=D1=82=D0=BE=D1=80=D0=B8=D0=B8?= =?UTF-8?q?=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20?= =?UTF-8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Notifications/Deal/DealUnique.php | 3 --- resources/views/clients/contract/index.blade.php | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/Notifications/Deal/DealUnique.php b/app/Notifications/Deal/DealUnique.php index 976b0aa..d4fa6d2 100644 --- a/app/Notifications/Deal/DealUnique.php +++ b/app/Notifications/Deal/DealUnique.php @@ -7,9 +7,6 @@ use Illuminate\Notifications\Messages\MailMessage; use Illuminate\Notifications\Notification; -use App\Models\Deal\Deal; -use App\Models\Deal\DealStatus; - class DealUnique extends Notification { use Queueable; diff --git a/resources/views/clients/contract/index.blade.php b/resources/views/clients/contract/index.blade.php index 20a787d..e512d2b 100644 --- a/resources/views/clients/contract/index.blade.php +++ b/resources/views/clients/contract/index.blade.php @@ -112,7 +112,7 @@ class="bi bi-record-circle-fill align-middle" viewBox="0 0 16 16">
{{ $notification->data['text'] }}
- @endfor + @endforeach @endif