@php use Illuminate\Support\Facades\Session; @endphp
@extends('layouts.back-end.app')
@section('title', translate('payment_Method'))
@section('content')
@php($direction = Session::get('direction') === "rtl" ? 'right' : 'left')
{{translate('3rd_party')}}
@include('admin-views.business-settings.third-party-payment-method-menu')
@if($paymentGatewayPublishedStatus)
{{ translate('your_current_payment_settings_are_disabled,because_you_have_enabled_payment_gateway_addon').' '.translate('To_visit_your_currently_active_payment_gateway_settings_please_follow_the_link').'.' }}
{{translate('settings')}}
@endif
@foreach($paymentGatewaysList as $key=> $gateway)