@extends('siswa.layout') @section('content')

Ubah Password

@if(session('status'))
{{ session('status') }}
@endif
@csrf
@error('current_password')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@endsection