@extends('backend.layouts.app') @section('title') Change Password @endsection @section('content')
{!! html()->form('POST', route('admin.admins.save_password', $admin->id))->acceptsFiles(false)->id('kt_form_1')->open() !!}
{!! html()->label('Password')->for('password')->class('form-label') !!}
{!! html()->label('Password Confirmation')->for('password_confirmation')->class('form-label') !!}
{{ html()->form()->close() }} @endsection