@php $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Country') @section('content') @include('admin.includes.show-msg')
Add country, if it does not exist
| # | Country name | Country code | Actions |
|---|---|---|---|
| @include('admin.includes._iteration', ['data' => $countrys]) | {{ Str::upper($item->name) }} | {{ Str::upper($item->code) }} |
|
| No record found. |