diff --git a/resources/views/layouts/master.blade.php b/resources/views/layouts/master.blade.php new file mode 100644 index 0000000..42c5d6d --- /dev/null +++ b/resources/views/layouts/master.blade.php @@ -0,0 +1,14 @@ + + + Hack Store - @yield('title') + + + @section('sidebar') + This is the master sidebar. + @show + +
+ @yield('content') +
+ + \ No newline at end of file