@if (session('ok'))
{{ session('ok') }}
@endif @if (session('warn'))
⚠️
{{ session('warn') }}
@endif @if ($errors->any())
Revisa lo siguiente:
@endif