@extends('layouts.app-admin') Dashboard Santri | SR Klasifikasi @section('content')

Ubah Password

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Ubah Password
@csrf
@endsection