Total No. Rev-Share Members in Group: {{ number_format($total['rev-share-members']) ?? 0 }}
Total Rev-Share $ Earned year to date: ${{ number_format($total['rev-share-year-to-date'] ?? 0, 2) }}
Total Rev-Share $ Paid: ${{ number_format($total['rev-share-paid'] ?? 0, 2) }}
Total Rev-Share $ Due: ${{ number_format($total['total-owned-to-host'] ?? 0, 2) }}
#Sno. | Host Logo | Host #Sno. | No. of Remaining Active RAF Members | Membership Rev-Share Due | Bank Routing # | Bank Account # | {{--Total Rev Share Paid | --}}Receipt
{{-- ![]() |
Date Paid | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->index + 1 }} | --}}{{ $sno + $loop->index }} |
|
{{ $host['host']->email ?? '' }} | Host#{{ str_pad($host['host']->id ?? '', 6, '0', STR_PAD_LEFT) }} | {{--{{ $host['host'] ? getHostNewRAfMembers($host['host']) : 0 }} | --}} {{--{{ $host['host'] ? getHostNewRAfMembers($host['host']) : 0 }} | --}}{{ $host['host'] ? $host['totalSubscriptions'] : 0 }} | ${{ number_format($host['revenueShareDue'] ?? 0, 2) }} | @php $routingNumber = $host['host']->bankDetails?->routing_number; @endphp {{ $routingNumber ? jsdecode_userdata($routingNumber) : 'N/A' }} | @php $accountNumber = $host['host']->bankDetails?->account_number; @endphp {{ $accountNumber ? jsdecode_userdata($accountNumber) : 'N/A' }} | {{--${{ number_format($host['revenueSharePaid'] ?? 0, 2) }} | --}}{{-- @dd(($host['payoutStatus'] == 'Paid' && $host['revenueShareDue'] == 0)) --}} @if (@$host['host']->receiptFile('revenue_share_receipt')->forMonthYear($month , $year)->first()) @if(!($host['payoutStatus'] == 'Paid' && $host['revenueShareDue'] <= 1)) @endif View @else @endif | {{ $host['payoutDate']?->format('m/d/Y') ?? 'N/A' }} | @if ($host['payoutStatus'] == 'Pending' && $host['revenueShareDue'] > 0) Confirm Payment and Post Receipt @elseif($host['payoutStatus'] == 'Paid' && $host['revenueShareDue'] == 0) Paid @else No Due Amount @endif |
|