// mostrar modal de errores o registros exitos @if (count($errors) || Session::has('message')) $('#modal-request').modal() @endif