We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcc0ce commit 9531a90Copy full SHA for 9531a90
resources/views/layout/clean.blade.php
@@ -1,6 +1,6 @@
1
<!DOCTYPE html>
2
<html>
3
-@include('dashboard.partials.head')
+@include('partials.head')
4
5
<body class="dashboard @yield('bodyClass')">
6
<div class="content">
resources/views/dashboard/partials/head.blade.php renamed to resources/views/partials/head.blade.php
0 commit comments