@extends('admin.layouts.app') @section('page_title', __('Payment Gateway')) @section('content')
@lang('Name') | @lang('Gateway Currencies') | @lang('Supported Currency') | @lang('Description') | @lang('Status') | @lang('Action') |
---|---|---|---|---|---|
id) }}">
@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 | |