@extends('admin.layouts.app') @section('panel')
@forelse($operators as $operator) @empty @endforelse
@lang('Name') | @lang('Country') @lang('Rate') @lang('Bundle') @lang('Data') @lang('Pin') @lang('Denomination Type') @lang('Commission') @lang('Status') @lang('Action')
{{ __($operator->name) }}
{{ __($operator->country->name) }}
1 {{ $operator->sender_currency_code }} = {{ getAmount($operator->fx->rate, 3) }} {{ $operator->fx->currencyCode }} @php echo showBadge($operator->bundle) @endphp @php echo showBadge($operator->data) @endphp @php echo showBadge($operator->pin) @endphp {{ $operator->denomination_type }} {{ getAmount($operator->commission) }}% @php echo $operator->statusBadge @endphp
@can('admin.airtime.country.status') @if ($operator->status == Status::ENABLE) @else @endif @endcan
{{ __($emptyMessage) }}
@if ($operators->hasPages()) @endif
@can('admin.airtime.operator.status') @endcan @endsection @push('breadcrumb-plugins') @can('admin.airtime.fetch.operators') @if ($iso) @if ($operators->count()) @lang('Fetch More Operators') @else @lang('Fetch Operators') @endif @endif @endcan @endpush @push('script') @endpush @push('style') @endpush