diff --git a/resources/views/dashboard/partials/head.blade.php b/resources/views/dashboard/partials/head.blade.php deleted file mode 100644 index 57697742..00000000 --- a/resources/views/dashboard/partials/head.blade.php +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - {{ $page_title or $site_title }} - - @if($enable_external_dependencies) - - @endif - - @yield('css') - - @include('partials.crowdin') - - - - diff --git a/resources/views/layout/dashboard.blade.php b/resources/views/layout/dashboard.blade.php index e35f74a2..4fd29dfb 100644 --- a/resources/views/layout/dashboard.blade.php +++ b/resources/views/layout/dashboard.blade.php @@ -1,6 +1,41 @@ -@include('dashboard.partials.head') + + + + + + + + + + + + + + + + + + + + + {{ $page_title or $site_title }} + + @if($enable_external_dependencies) + + @endif + + @yield('css') + + @include('partials.crowdin') + + + +