@extends('admin.layouts.app')
@section('panel')
| @lang('Country') |
@lang('Mobile Number Digit') |
@lang('Dial Code') |
@lang('Status') |
@lang('Action') |
@forelse($countries as $operatingCountry)
 . '.svg') }})
{{ __($operatingCountry->name) }}
|
{{ __($operatingCountry->mobile_number_digit) }} @lang('Digit')
|
+{{ __($operatingCountry->dial_code) }}
|
|
|
@empty
@endforelse
@if ($countries->hasPages())
{{ paginateLinks($countries) }}
@endif
@endsection
@push('script')
@endpush
@push('modal')
@endpush
@push('breadcrumb-plugins')
@endpush
@push('style')
@endpush