@if (session('ocupado'))

{{ session('ocupado') }}

@endif @if (session('danger'))

{{ session('danger') }}

@endif @if (session('exito'))

{{ session('exito') }}

@endif @if (session('success'))

{{ session('success') }}

@endif @if (session('advertencia'))

{!! nl2br(e(session('advertencia'))) !!}

@endif @if ($errors->any())

Por favor corrige los siguientes errores

@foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif