@extends('layouts.app') {{-- page title --}} @section('title','Ubah Password') {{-- vendor styles --}} @section('vendor-styles') @endsection {{-- page-styles --}} @section('page-styles') @endsection @section('content') id/change-password" ) }}" method="POST" novalidate> @csrf {{ method_field('PATCH') }} Kata Sandi Sekarang @error('current_password') {{ $message }} @enderror Kata Sandi Baru @error('password') {{ $message }} @enderror @endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') @endsection