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