@include('admin.components.form.input',[
'name' => "password",
'type' => 'password',
'placeholder' => "Enter New Password",
'required' => true,
])
@include('admin.components.form.input',[
'name' => "password_confirmation",
'type' => 'password',
'placeholder' => "Enter Confirm Password",
'required' => true,
])