@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.
@endsection