@extends('layouts.master') @section('content') Ganti Password Dashboard Ganti Password {{ $user->name }} {{ $user->username }} {{ $user->siswa->kelas->nama_kelas }} {{ $user->roles[0]->name }} {{ $user->siswa->status }} {{-- Profile --}} @csrf {{-- @method('PUT') --}} Nama @error('name') {{ $message }} @enderror Email @error('email') {{ $message }} @enderror Ganti Password @error('password') {{ $message }} @enderror Konfirmasi Password @error('password_confirmation') {{ $message }} @enderror Update @endsection @section('scripts') @if(session()->has('success')) @endif @if(session()->has('error')) @endif @endsection