@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header') @stop @section('content')
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Cambiar Contraseña
@csrf
@endsection @section('footer') @stop @section('css') @stop @section('js') @stop