From 9e6a6c8fdef2f3f9f120e8321c686c42e2a75a4e Mon Sep 17 00:00:00 2001 From: developer Date: Tue, 28 Apr 2026 09:06:15 +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=B0=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D0=B0?= =?UTF-8?q?=20=D1=81=20=D0=BF=D1=80=D0=B8=D0=B3=D0=BB=D0=B0=D1=88=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Modules/Invite/Views/index.blade.php | 37 +++++++++++++++++------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/app/Modules/Invite/Views/index.blade.php b/app/Modules/Invite/Views/index.blade.php index f8b69f0..a844e7c 100644 --- a/app/Modules/Invite/Views/index.blade.php +++ b/app/Modules/Invite/Views/index.blade.php @@ -1,26 +1,41 @@ @php($title = 'Приглашения агентов') @extends('layouts.app') @section('content') -
-
-
-
- @csrf - -
+ @if($invites->count()) +
+
+
+
+ @csrf + +
+
-
+ @endif
Действующие приглашения для
{{ $company->name }}
-
+
+ @if(!$invites->count()) +
+
Нет активных ссылок-приглашений
+
+
+ @csrf + +
+
+
+ @endif @foreach ($invites as $invite)
- -