@extends('../layout/' . $layout) @section('subhead') Cambiar Clave - Usuario - SIMEP @endsection @section('subcontent')

Cambiar clave

@if(session('update')) @endif @if(count($errors) > 0) @if($errors->any()) @endif @endif
@csrf
@endsection @section('script') @endsection