From 509be7bd0585ec88c65715b7c81d48d5be23f9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Wed, 24 Jan 2018 13:41:28 +0900 Subject: [PATCH] Start making a master layout. --- resources/views/layouts/master.blade.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 resources/views/layouts/master.blade.php 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