@extends('organizations.layouts.default') @section('content')
@include('organizations.layouts.partials.breadcrumb')

Change Password

@csrf
{{ ym_input([ 'type' => 'password', 'name' => 'current_password', 'label' => 'Current Password', 'required' => true, ]) }} {{ ym_input([ 'type' => 'password', 'name' => 'password', 'label' => 'New Password', 'required' => true, ]) }} {{ ym_input([ 'type' => 'password', 'name' => 'password_confirmation', 'label' => 'Confirm Password', 'required' => true, ]) }}
@endsection