@extends('server-side.layouts.server-app') @section('pageTitle', 'Ubah Password Administrator | Tectcrime') @section('mainContent')

Profil Ubah Password

@if (Session::has('message')) @endif @if (Session::has('error')) @endif
@csrf

Ubah Password

Silahkan lengkapi formulir Ubah Password di bawah ini!
@if ($errors->has('password_lama'))

Oops! {{ $errors->first('password_lama') }}

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

Oops! {{ $errors->first('password_baru') }}

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

Oops! {{ $errors->first('ulangi_password_baru') }}

@endif
@endsection