diff --git a/resources/views/layouts/admin.blade.php b/resources/views/layouts/admin.blade.php index 3c2129e7..c232140b 100644 --- a/resources/views/layouts/admin.blade.php +++ b/resources/views/layouts/admin.blade.php @@ -53,6 +53,47 @@ {{ Settings::get('company') }}
diff --git a/resources/views/layouts/master.blade.php b/resources/views/layouts/master.blade.php index 2b9bc89e..011aba41 100644 --- a/resources/views/layouts/master.blade.php +++ b/resources/views/layouts/master.blade.php @@ -176,6 +176,35 @@ @endif @show + @section('navbar-links') + + @show @section('right-nav') @show