@extends('base') @section('title') San Patricio | PasPortal Login @endsection @section('menu_title') Tu Clave SP @endsection @section('menu_descripcion') @if($accion == "cambiar") Cambiar mi Clave @else Recuperar Clave @endif @endsection @section('content') @if (session('error'))
@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