@extends('admin.layouts.app') @section('panel')
@php $counter = 0; @endphp @foreach ($apiCountries as $item) @if (!$countries->where('iso_name', $item->isoName)->first()) @php $counter++; @endphp @endif @endforeach @if ($counter == 0) @endif
@lang('ISO') @lang('Continent') @lang('Calling Codes') @lang('Currency Name') @lang('Currency Code') @lang('Currency Symbol')
{{ $item->isoName }} {{ $item->continent }} {{ implode(', ', $item->callingCodes) }} {{ $item->currencyName }} {{ $item->currencyCode }} {{ $item->currencySymbol }}
@lang('No country available')
@can('admin.airtime.countries.save') @endcan @endsection @can('admin.airtime.countries') @push('breadcrumb-plugins') @endpush @endcan @push('script') @endpush @push('style') @endpush