@extends('layout') @section('title', 'Ganti Password') @section('content') @if($success = Session::get('success')) @elseif($error = Session::get('error')) @endif

Ganti Password

@csrf
@if ($errors->has('password_baru'))

{{ucfirst($errors->first('password_baru'))}}

@endif
@if ($errors->has('konfirmasi_password_baru'))

{{ucfirst($errors->first('konfirmasi_password_baru'))}}

@endif
@endsection