@extends('components.app-layout') @section('title', 'Edit Member') @section('subtitle', 'Update member information') @section('content') @if(session('success'))
{{ session('success') }}
Update member information and details
Manage member login credentials and access
{{ session('success') }}
New Password: {{ session('generated_password') }}
Please share this password securely with the member.
{{ session('success') }}
Temporary Password: {{ session('temp_password') }}
Member should change this password after first login.
{{ $member->member_id }}