@extends('backend.layouts.grid') @section('title', __('Payment gateways')) @section('section', __('Settings')) @section('back', route('admin.settings.index')) @section('content')
| {{ __('#') }} | {{ __('name') }} | {{ __('Logo') }} | {{ __('Fees') }} | {{ __('Status') }} | {{ __('Last Update') }} | |
|---|---|---|---|---|---|---|
| {{ $gateway->id }} | {{ $gateway->name }} | {{ $gateway->fees }}% | @if ($gateway->status) {{ __('Active') }} @else {{ __('Disabled') }} @endif | {{ vDate($gateway->updated_at) }} |
|