diff --git a/resources/views/layouts/admin.blade.php b/resources/views/layouts/admin.blade.php index 3c2129e70..c232140b0 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 2b9bc89ed..011aba41e 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