@extends('layouts.guru') @section('title', 'Ubah Password') @section('page-title', 'Ubah Password') @section('guru-content') @include('password._form', [ 'formAction' => route('guru.password.update'), 'cancelUrl' => route('guru.dashboard'), 'loginId' => $loginId, ]) @endsection