29 | 30 | @if( ! in_array(request()->route()->getName(), [ 31 | 'login', 32 | 'register', 33 | 'password.reset', 34 | ])) 35 | @include('sendportal::layouts.partials.errors') 36 | @endif 37 | 38 | @include('sendportal::layouts.partials.success') 39 | @include('sendportal::layouts.partials.warning') 40 | @include('sendportal::layouts.partials.error') 41 | 42 | @yield('content') 43 |