diff --git a/resources/views/chats/chats_list.blade.php b/resources/views/chats/chats_list.blade.php index 7887c3a..f2ea458 100644 --- a/resources/views/chats/chats_list.blade.php +++ b/resources/views/chats/chats_list.blade.php @@ -1,31 +1,32 @@ -@csrf +@if ($chats->count() || $admin_chat) + @csrf -@if($admin_chat) -