{{ __('Payments') }} {{ __('Payout options available to service providers') }}
{{ __('Add') }}
@foreach ($payouts as $payout) @endforeach
{{ __('Title') }}
{{ $payout->name ? $payout->name : 'N/A' }} ({{ $payout->type?->label() ?? 'N/A' }})
{{ $payouts->links() }}