@extends('unit-admin.layout')
@section('title', 'Change Password')
@section('page_title', 'Change Password')
@section('content')
{{-- TIPS --}}
Password Requirements
- At least 8 characters
- Must be different from current password
- Mix letters, numbers and symbols for strength
@endsection
@section('scripts')
@endsection