Partner Allocations

@foreach($allocations as $key => $a) @endforeach
ID Branch Month Partner Equity % Amount Status Actions
{{ $key+1 }} {{ $a->branch->branch_name ?? '-' }} {{ $a->financial_month }} {{ $a->partner->full_name ?? '-' }} {{ $a->equity_percentage }}% {{ $a->allocated_amount }} @if($a->status == 'Pending') Pending @else Disbursed @endif Edit
@csrf @method('DELETE')