Manage member transfers between classes and churches
{{ ucfirst($transfer->transfer_type) }} Transfer ({{ $transfer->direction === 'from' ? 'Joining from' : 'Leaving to' }} {{ $transfer->transfer_type === 'church' ? $transfer->church_name : ($transfer->toClass->name ?? 'N/A') }})
@if($transfer->reason)Reason: {{ $transfer->reason }}
@endifAll transfer requests have been processed.
{{ ucfirst($transfer->transfer_type) }} transfer to {{ $transfer->transfer_type === 'church' ? $transfer->church_name : ($transfer->toClass->name ?? 'N/A') }} - {{ ucfirst($transfer->status) }}
No transfer history.