@extends('backEnd.master') @section('styles') @endsection @section('mainContent')

{{ __('general_settings.Activation') }}

@if(isModuleActive('MultiVendor') && auth()->user()->role->type != 'seller') @endif
@foreach ($gateway_activations as $key => $gateway_activation) @endforeach
{{__('common.sl')}} {{ __('common.name') }} {{ __('general_settings.activate') }}
{{ $key+1 }} {{ strtoupper(str_replace("_"," ",$gateway_activation->method->method)) }} @if(config('app.sync')) @if($gateway_activation->method->method == 'Bkash' || $gateway_activation->method->method == 'Mercado Pago' || $gateway_activation->method->method == 'SslCommerz') Addon @endif @endif
@include('paymentgateway::components._all_config_form_list', [$gateway_activations])
@endsection @push('scripts') @endpush