@extends('layouts.branch') @section('title', 'Change Password') @section('header', 'Security Settings') @section('content')
@include('partials.branch._breadcrumbs', [ 'breadcrumbs' => [ ['name' => 'Settings', 'url' => '#'], ['name' => 'Password', 'url' => route('branch.settings.password')] ] ])

Security Credentials

Update your branch access password with high-security standards.

@csrf @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Password Strength
8+ Characters
Mixed Case
One Digit
Special Char
Cancel
@endsection