@extends('layouts.app') @section('content')
Name: {{ $member->full_name }}
Phone: {{ $member->phone ?? 'N/A' }}
NIC: {{ $member->nic }}
Address: {{ $member->address ?? 'N/A' }}
CBO: {{ $currentCboMember->cbo->cbo_name ?? 'N/A' }}
Position: {{ $currentCboMember->position ?? 'N/A' }}
Group: {{ $currentCboMember->group_number ? 'Group ' . $currentCboMember->group_number : 'No Group' }}
First, remove the member from their current CBO:
This member is not currently assigned to any CBO. You can directly add them to a CBO.
Add the member to their new CBO: