@extends('admin.layouts.app') @section('panel')
@if (can('admin.gateway.automatic.edit') || can('admin.gateway.automatic.status')) @endif @forelse($gateways->sortBy('alias') as $k=>$gateway) @if (can('admin.gateway.automatic.edit') || can('admin.gateway.automatic.status')) @endif @empty @endforelse
@lang('Gateway') @lang('Supported Currency') @lang('Enabled Currency') @lang('Status')@lang('Action')
{{ __($gateway->name) }} {{ collect($gateway->supported_currencies)->count() }} {{ $gateway->currencies->count() }} @php echo $gateway->statusBadge; @endphp
@can('admin.gateway.automatic.edit') @lang('Edit') @endcan @can('admin.gateway.automatic.status') @if ($gateway->status == Status::DISABLE) @else @endif @endcan
{{ __($emptyMessage) }}
@endsection @push('breadcrumb-plugins')
@endpush