@extends('base_asegurado') @section('title') San Patricio | PasPortal Login @endsection @if($accion == "cambiar") @section('menu_title')

CAMBIAR MI CONTRASEÑA

@endsection @else @section('menu_title')

RECUPERAR MI CONTRASEÑA

@endsection

RECUPERAR MI CONTRASEÑA

@endif @section('menu_descripcion') @endsection @section('content') @if (session('error'))
@endif @if(session('redirigir')) @if(session('redirigir') == 1) @endif @endif @if (session('success'))
@endif @if($errors->any())
@endif @if($accion == "cambiar")
@if($portal == "") @else @endif
@elseif($accion == "recuperar") @if($portal == "") @else @endif @elseif($accion == "FinalizarRecuperacion") @endif @csrf
@endsection