diff --git a/resources/views/dashboard/index.blade.php b/resources/views/dashboard/index.blade.php index a58d903..d98a6fb 100644 --- a/resources/views/dashboard/index.blade.php +++ b/resources/views/dashboard/index.blade.php @@ -5,35 +5,31 @@ -
-
+
+
{{ __("You're logged in!") }}
-
-
-
-
-

- {{ __('Channels') }} -

+
+

+ {{ __('Channels') }} +

- @if ($channels->isEmpty()) -

- {{ __("You don't have access to any channels yet.") }} -

- @else - - @endif -
+ @if ($channels->isEmpty()) +

+ {{ __("You don't have access to any channels yet.") }} +

+ @else + + @endif