@section('title', __('Payment Methods'))
{{-- assign form --}}

{{ __('Assign Payment Methods To Vendor') }}

{{-- table of all payment methods --}} @foreach ($paymentMethods ?? [] as $key => $paymentMethod) @endforeach
{{ __('Name') }} {{ __('Allowed On Regular Pickup') }} {{ __('Allowed') }}
{{ $paymentMethod->name }}