| ID | Management Fee | Member | Allocated Amount | Actions |
|---|---|---|---|---|
| {{ $key+1 }} | {{ $dist->managementFee->management_id ?? ''}} | {{ $dist->partner->full_name ?? '-' }} | {{ $dist->allocated_amount }} | Edit |
@extends('layouts.main') @section('title', 'Fee Distributions') @section('content')
| ID | Management Fee | Member | Allocated Amount | Actions |
|---|---|---|---|---|
| {{ $key+1 }} | {{ $dist->managementFee->management_id ?? ''}} | {{ $dist->partner->full_name ?? '-' }} | {{ $dist->allocated_amount }} | Edit |