@extends('layouts.admin.app') @section('content')
@include('layouts.errors-and-messages')
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])
@endsection