@extends('layouts.app') @section('content') @include("layouts/flash-messages")
@csrf
@if ($errors->has('userid')) {{ $errors->first('userid') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('fullname')) {{ $errors->first('fullname') }} @endif
Kosongkan jika tidak ingin ganti password
@endsection