@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') }}
@error('current_password')
  • {{ $message }}
@enderror
@error('password')
  • {{ $message }}
@enderror
@endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') @endsection