diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php index 4b94f983..70b357ab 100644 --- a/resources/views/master.blade.php +++ b/resources/views/master.blade.php @@ -4,6 +4,7 @@ + @yield('title_prefix', config('adminlte.title_prefix', '')) @yield('title', config('adminlte.title', 'AdminLTE 3')) @yield('title_postfix', config('adminlte.title_postfix', ''))