@extends('layouts.host', ['header' => true, 'close_button' => true, 'header_image' => false]) @section('title', 'Rev Share Monthly') @section('back_button') @endsection @section('content')

Rev-Share Monthly Payout Summary

{{-- --}} @php $isEventData = false; @endphp @foreach ($months as $item) @if ($item['subscriptions'] > 0) @php $isEventData = true; @endphp @endif @endforeach @if (!$isEventData) @endif
Month YearNo. New RAF Remaining # RAF Paid Subscriptions Rev-Share $ Paid Date Paid Payment Receipt
{{ $item['month'] ?? 'N/A' }} {{ $item['year'] ?? 'N/A' }} {{ $item['subscriptions'] ?? 'N/A' }} {{ $item['revSharePaid'] }} {{ $item['paidDate'] }} @if ($item['checkRevSharePaid']) {{-- View --}} @php $receiptFile = auth()->user() ?->receiptFile('revenue_share_receipt') ?->whereMonth('for_month_year', $item['month_number']) ?->whereYear('for_month_year', $item['year']) ?->first()?->path; @endphp @if($receiptFile)View @else N/A @endif @else N/A @endif
No data available.

{{ $totalSubscriptionsByEvent }}

# RAF Paid Subscriptions

${{ $totalRevenueSharePaid }}

Total Rev-Share Paid

${{ number_format($totalRevenueShareDue , 2) }}

Total Rev-Share Due

{{--
--}} @endsection