From 06b47d97e0a801432d236aa251e4eded15bc51d9 Mon Sep 17 00:00:00 2001 From: Nabeel S Date: Fri, 31 Jan 2020 14:32:43 -0500 Subject: [PATCH] Add menu bar for mobile (#529) --- resources/views/layouts/default/app.blade.php | 95 ++++++++++--------- 1 file changed, 49 insertions(+), 46 deletions(-) diff --git a/resources/views/layouts/default/app.blade.php b/resources/views/layouts/default/app.blade.php index 2b4832f4..7463decc 100644 --- a/resources/views/layouts/default/app.blade.php +++ b/resources/views/layouts/default/app.blade.php @@ -1,73 +1,76 @@ - - - + + + - @yield('title') - {{ config('app.name') }} + @yield('title') - {{ config('app.name') }} - {{-- Start of required lines block. DON'T REMOVE THESE LINES! They're required or might break things --}} - - - - {{-- End the required lines block --}} + {{-- Start of required lines block. DON'T REMOVE THESE LINES! They're required or might break things --}} + + + + {{-- End the required lines block --}} - - - - - + + + + + - {{-- Start of the required files in the head block --}} - - + - - {{-- End of the required stuff in the head block --}} + + {{-- End of the required stuff in the head block --}}
-
-
+
+
- {{-- These should go where you want your content to show up --}} - @include('flash.message') - @yield('content') - {{-- End the above block--}} + {{-- These should go where you want your content to show up --}} + @include('flash.message') + @yield('content') + {{-- End the above block--}} +
+
+ +
+
+
-
- -
-
- -
-
+