Move dashboard partials into the dashboard directory
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
@include('partials.dashboard.head')
|
||||
@include('dashboard.partials.head')
|
||||
|
||||
<body class="dashboard @yield('bodyClass')">
|
||||
<div class="content">
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
@include('partials.dashboard.head')
|
||||
@include('dashboard.partials.head')
|
||||
|
||||
<body class="dashboard">
|
||||
<div class="wrapper">
|
||||
@include('partials.dashboard.sidebar')
|
||||
@include('dashboard.partials.sidebar')
|
||||
<div class="page-content">
|
||||
@yield('content')
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user