@extends('admin.layouts.app') @section('panel')
@lang('Bundle') @lang('Data') @lang('Pin') @lang('Local Amount') @lang('Denomination Type') @lang('Commission') @lang('Action') @php $counter = 0; @endphp @foreach ($reloadlySupportedOperators as $item) @php $item = (object) $item; @endphp @if (!in_array($item->operatorId, $existingOperatorIds)) @php $counter++; unset($item->id); unset($item->country); @endphp @php echo showBadge($item->bundle) @endphp @php echo showBadge($item->data) @endphp @php echo showBadge($item->pin) @endphp @php echo showBadge($item->supportsLocalAmounts) @endphp {{ $item->denominationType }} {{ $item->commission }}% @endif @endforeach @if ($counter == 0)
{{ __($emptyMessage) }} @lang('No more operators available for this country')
@endif
@lang('Fixed Amounts')
    @lang('Local Fixed Amounts')
      @lang('Suggested Amounts')
        @endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush @push('style') @endpush