@if ($errors->any())
Han ocurrido los siguientes errores:
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if(Session::has('error_message'))
{{ Session::get('error_message') }}
@endif
@if(Session::has('warning_message'))
{{ Session::get('warning_message') }}
@endif
@if(Session::has('success_message'))
{{ Session::get('success_message') }}
@endif