@extends('admin.layouts.grid') @section('section', translate('Financial')) @section('title', translate('Payment Gateways')) @section('content')
| {{ translate('Logo') }} | {{ translate('Name') }} | {{ translate('Fees') }} | {{ translate('Status') }} | {{ translate('Action') }} | |
|---|---|---|---|---|---|
|
|
{{ $paymentGateway->name }} {!! addonBadge($paymentGateway->alias) !!} | {{ !$paymentGateway->isAccountBalance() ? $paymentGateway->fees . '%' : '--' }} | @if ($paymentGateway->isActive()) {{ translate('Active') }} @else {{ translate('Disabled') }} @endif | ||
|
{{ translate('Not data found') }}
|
|||||