diff --git a/resources/views/dashboard/index.blade.php b/resources/views/dashboard/index.blade.php index 13cdc047..dce3aaec 100644 --- a/resources/views/dashboard/index.blade.php +++ b/resources/views/dashboard/index.blade.php @@ -1,7 +1,7 @@ @extends('layout.dashboard') @section('content') - +
- - {{ trans('dashboard.dashboard') }} - -
-
-
-
- +
+
+
+ +
-
-
-
-
- @if(!$componentGroups->isEmpty() || !$ungroupedComponents->isEmpty()) - @include('dashboard.partials.components') - @else - - @endif +
+
+
+ @if(!$componentGroups->isEmpty() || !$ungroupedComponents->isEmpty()) + @include('dashboard.partials.components') + @else + + @endif +
-
-
- -
-
-
- -
-
-
-
-
-
- -
-
+
+
+
+ +
+
+
-
-
-
-
-
-
- {{ trans('dashboard.widgets.support') }} - {!! trans('dashboard.widgets.support_subtitle') !!} -
-
-
- - @if($entries) -
-
-
- {{ trans('dashboard.widgets.news') }} - {{ trans('dashboard.widgets.news_subtitle') }} -
-
-
- @foreach($entries as $entry) - {{ $entry->title }}, {{ $entry->pubDate }} - @endforeach +
- @endif + +
+
+
+
+ {{ trans('dashboard.widgets.support') }} + {!! trans('dashboard.widgets.support_subtitle') !!} +
+
+
+ + @if($entries) +
+
+
+ {{ trans('dashboard.widgets.news') }} + {{ trans('dashboard.widgets.news_subtitle') }} +
+
+
+ @foreach($entries as $entry) + {{ $entry->title }}, {{ $entry->pubDate }} + @endforeach +
+
+
+
+ @endif +
+ @includeWhen($welcomeUser, 'dashboard.partials.welcome-modal')
- @includeWhen($welcomeUser, 'dashboard.partials.welcome-modal')
@stop diff --git a/resources/views/layout/dashboard.blade.php b/resources/views/layout/dashboard.blade.php index 205495ff..374026cf 100644 --- a/resources/views/layout/dashboard.blade.php +++ b/resources/views/layout/dashboard.blade.php @@ -42,26 +42,22 @@
- -
- @include('dashboard.partials.sidebar') -
- @if(!$isWriteable) -
-
-
-
- {!! trans('dashboard.writeable_settings') !!} -
-
+ @include('dashboard.partials.sidebar') +
+ @if(!$isWriteable) +
+
+
+
+ {!! trans('dashboard.writeable_settings') !!}
- @endif - - @yield('content')
- + @endif + + @yield('content') +
@yield('js')