@extends('admin.layouts.app') @section('panel')
@lang('Country') @lang('Currency') @lang('Total Operator') @lang('Status') @lang('Action') @forelse($countries as $country)
{{ __($country->name) }} {{ $country->iso_name }}
{{ __($country->currency_name) }}
{{ $country->currency_code }}
{{ $country->operators_count }} @lang('Operators') @empty @endforelse
@if ($countries->hasPages()) {{ paginateLinks($countries) }} @endif
@endsection @push('breadcrumb-plugins') @endpush @push('style') @endpush