@if(Session::has('message')) @endif @if(Session::has('alert'))
Alerta: {{Session::get('alert')}}
@endif @if(isset($errors) && count($errors->all())>0)
Error:
@endif @if(Session::has('error')) @endif