46 | 47 | @if (session('success')) 48 |
49 | {{ session('success') }} 50 |
51 | @endif 52 | 53 | @yield('content') 54 |