@extends('layouts.admin') @section('content')
Country Settings

Countries List

@php $count=0 @endphp @foreach ($countries as $country) @endforeach
Id country name phone code action
{{++$count}} {{$country->nicename}} {{$country->phonecode}}
{{--
--}}
@csrf
@endsection @section('admin-js') @endsection