@extends('layouts/app') @section('titulo', "info empresa") @section('content') {{-- notificaciones --}}

CAMBIAR CONTRASEÑA

@if (session('CORRECTO'))
{{ session('CORRECTO') }}
@endif @if (session('INCORRECTO'))
{{ session('INCORRECTO') }}
@endif
@csrf
@error('claveActual') {{$message}} @enderror
@error('claveNuevo') {{$message}} @enderror
@endsection