@extends('layouts.app') @section('content')
@include('layouts.left-menu')

Change Password

@include('session-messages') @if ($errors->any()) @endif
Sub-Admin Information

Name:

{{$subadmin->first_name}} {{$subadmin->last_name}}

Email:

{{$subadmin->email}}

@csrf
New Password
Security Note:
The sub-admin will need to use this new password for their next login. Make sure to communicate the new password securely.
Minimum 8 characters, include letters and numbers
@include('layouts.footer')
@endsection