@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Edit Presidio API Credentials', 'parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.error') {{csrf_field()}}
To keep the old password, leave this empty
@stop @section('after_scripts') @include('assets.partials.scripts.common') @stop