@extends('admin.layouts.app') @section('panel')
@lang('Name') @lang('Total Companies') @lang('Status') @lang('Action') @forelse($countries as $country)
{{ __($country->name) }} {{ $country->iso_name }}
{{ $country->companies_count }} @lang('Companies') @empty @endforelse
@if ($countries->hasPages()) {{ paginateLinks($countries) }} @endif
@endsection @push('breadcrumb-plugins') @endpush @push('style') @endpush