@php $addPayoutsPermission = user()->permission('add_payouts'); @endphp

@lang('affiliate::app.editWithdrawal')

@if ($addPayoutsPermission == 'all')
@foreach ($users as $affiliate) @endforeach
@else @endif
@foreach (\Modules\Affiliate\Enums\PayoutMethod::cases() as $payoutMethod) @endforeach
@lang('app.save') @lang('app.cancel')