diff --git a/resources/views/layouts/master.blade.php b/resources/views/layouts/master.blade.php index 94d98c0..eb06143 100644 --- a/resources/views/layouts/master.blade.php +++ b/resources/views/layouts/master.blade.php @@ -62,6 +62,14 @@ class="focus:ring-2 focus:ring-offset-2 focus:ring-indigo-600 mt-4 sm:mt-0 + + @session('message') + + @endsession + @yield('content')