@if (session('success'))

notification/error Success Thanks for asking to share revenue. We've received your request and will be in touch soon.
Back Icon Back to RouteNote Dashboard

@elseif (session('error'))

notification/error Error We couldn't submit your revenue share request. Check that all details are correct and try again. If you need help, contact our Support team: support@routenote.com

@elseif($data == '0')

notification/error Success Thanks for asking to share revenue. We've received your request and will be in touch soon.
Back Icon Back to RouteNote Dashboard

@else
@csrf

Revenue Share Request Form

The total revenue you can split is determined by your plan: 100% of earnings for Premium releases and 85% for Free releases. Please ensure all collaborators have an active RouteNote account to receive their share.

Shares submitted before the 20th of the month will apply to the next month’s earnings. If you submit on or after the 20th, the shares will apply in two months. For example, a share submitted on May 17th will apply to June’s earnings. A share submitted on May 25th will apply to July’s earnings.

Email *


User ID *


User Name *


{{--
Add UPC * add
Revenue Share To * add
UserID: {{ $users->uid }} UserName: {{ $users->name }} Percentage: 100%
--}} {{-- --}}
Clear Form
@endif