diff --git a/resources/views/project.blade.php b/resources/views/project.blade.php index 9817370..4369cc6 100644 --- a/resources/views/project.blade.php +++ b/resources/views/project.blade.php @@ -8,94 +8,100 @@ ]">
app(\App\Settings\GeneralSettings::class)->board_centered + 'w-full h-[calc(100vh-170px)] overflow-x-auto', ]) > - @forelse($boards as $board) -
- +
+ @empty +
+
+
+ + + +
-
-

{{ trans('items.all-caught-up-title') }}

+
+

{{ trans('items.all-caught-up-title') }}

-

- {{ trans('messages.no-boards') }} -

-
+

+ {{ trans('messages.no-boards') }} +

+
+
-
- @endforelse + @endforelse +