@section('title', __('Payment Methods'))
{{ __('Vendor Payment Methods') }}
{{ __('Only admin and admin-limited can manage vendor payment methods. Select a vendor below to continue.') }}
{{ __('Assign Payment Methods To Vendor') }}
@if ($isAdminPaymentManager && !empty($selectedVendorId)){{ __('Selected Vendor') }}: {{ $vendors[$selectedVendorId] ?? '—' }}
@endif {{-- table of all payment methods --}}| {{ __('Name') }} | {{ __('Allowed On Regular Pickup') }} | {{ __('Allowed') }} |
|---|---|---|
| {{ $paymentMethod->name }} |
|
|