@extends('admin.layouts.app') @section('panel')
@forelse($gateways->sortBy('alias') as $k=>$gateway) @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
@lang('Edit') @if ($gateway->status == 0) @else @endif
{{ __($emptyMessage) }}
@endsection @push('breadcrumb-plugins')
@endpush