@include('sendportal::layouts.partials.header')
@if( ! in_array(request()->route()->getName(), [
'login',
'register',
'password.reset',
]))
@include('sendportal::layouts.partials.errors')
@endif
@include('sendportal::layouts.partials.success')
@include('sendportal::layouts.partials.warning')
@include('sendportal::layouts.partials.error')
@yield('content')