@extends('admin.layouts.app') @section('page_title', __('Payment Gateway')) @section('content')

@lang('Payment Methods')

@forelse($paymentGateways as $method) @empty
Image Description Image Description

@lang("No data to show")

@endforelse
@lang('Name') @lang('Gateway Currencies') @lang('Supported Currency') @lang('Description') @lang('Status') @lang('Action')
id) }}">
Image Description
@lang($method->name)
{{$method->countGatewayCurrency()}} @lang(count($method->supported_currency ?? 0)) {{ Str::limit($method->description, 32) }} @if($method->status == 1) @lang('Active') @else @lang('Inactive') @endif
@lang('Edit')
@endsection @push('css-lib') @endpush @push('js-lib') @endpush @push('script') @endpush