@extends('layouts.adminlayout') @section('content')
@if (session('success')) @endif @if (session('error')) @endif
@csrf

Edit Profile

@csrf

Change Password

Your new password must be different from current password
Must be at least 8 character
Both password must match
@endsection