Fee Distributions

@foreach($distributions as $key => $dist) @endforeach
ID Management Fee Member Allocated Amount Actions
{{ $key+1 }} {{ $dist->managementFee->management_id ?? ''}} {{ $dist->partner->full_name ?? '-' }} {{ $dist->allocated_amount }} Edit
@csrf @method('DELETE')