@extends('pegawai.pegawai-template') @section('css') @endsection @section('content')
@include('pegawai.pegawai-nav-profil')
@csrf @method('put')
@if ($errors->has('passwordlama')) {{ $errors->first('passwordlama') }} @endif
@if ($errors->has('passwordbaru')) {{ $errors->first('passwordbaru') }} @endif
@if ($errors->has('cpasswordbaru')) {{ $errors->first('cpasswordbaru') }} @endif
@endsection @section('script') @endsection