@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Edit Active Directory Credential'])
{{csrf_field()}} @method('PUT')
@include('partials.error')
To keep the old password, leave this empty
@stop @section('after_scripts') @include('assets.partials.scripts.common') @stop