@extends('app-new') @push('content-header')
@endpush @section('content')| Name | Code | Dial Code | Status | Actions |
|---|---|---|---|---|
| {{ $country->name }} | {{ $country->code ?? '-' }} | {{ $country->dial_code ?? '-' }} | @if($country->trashed()) Archived @else {{ $statusOptions[$country->status] ?? ucfirst($country->status) }} @endif | @if (!$country->trashed()) Edit @else @endif |
| No countries configured yet. | ||||