Name | ISO | ISO-3 | Numcode | Phone Code | Status |
{{ $country->name }} | {{ $country->iso }} | {{ $country->iso3 }} | {{ $country->numcode }} | {{ $country->phonecode }} | @include('layouts.status', ['status' => $country->status]) |
@include('admin.shared.provinces', ['country' => $country->id])