@extends('layout') @section('title', 'Ganti Password') @section('content') @if($success = Session::get('success')) @elseif($error = Session::get('error')) @endif
{{ucfirst($errors->first('password_baru'))}}
{{ucfirst($errors->first('konfirmasi_password_baru'))}}