@extends('stisla.layouts.app-auth-simple') @section('title') {{ $title = __('Reset Password') }} @endsection @section('content')
@csrf @include('stisla.includes.forms.inputs.input-password', ['label' => 'Password Baru', 'id' => 'new_password']) @include('stisla.includes.forms.inputs.input-password', ['label' => 'Konfirmasi Password Baru', 'id' => 'new_password_confirmation']) @include('stisla.auth.gcaptcha')
@endsection @include('stisla.auth.script-gcaptcha')