diff --git a/resources/views/layouts/b4.blade.php b/resources/views/layouts/b4.blade.php new file mode 100644 index 0000000..0de8359 --- /dev/null +++ b/resources/views/layouts/b4.blade.php @@ -0,0 +1,39 @@ + + + + + + + + {{ config('app.name', 'United Hauling') }} + + + + + + + + + + + + + @include('layouts.navbar') +
+ @include('inc.messages') +
+ @yield('content') + + + + + + + \ No newline at end of file diff --git a/resources/views/layouts/navbarexample.blade.php b/resources/views/layouts/navbarexample.blade.php new file mode 100644 index 0000000..a2ed201 --- /dev/null +++ b/resources/views/layouts/navbarexample.blade.php @@ -0,0 +1,23 @@ + \ No newline at end of file diff --git a/resources/views/layouts/navbars/loggedin.blade.php b/resources/views/layouts/navbars/loggedin.blade.php new file mode 100644 index 0000000..09e10a8 --- /dev/null +++ b/resources/views/layouts/navbars/loggedin.blade.php @@ -0,0 +1,24 @@ +
+ +
\ No newline at end of file diff --git a/resources/views/layouts/navbars/loggedout.blade.php b/resources/views/layouts/navbars/loggedout.blade.php new file mode 100644 index 0000000..5d67057 --- /dev/null +++ b/resources/views/layouts/navbars/loggedout.blade.php @@ -0,0 +1,16 @@ +
+ +
\ No newline at end of file