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

Country view

Country name {{$country->country_name}}
Country code {{$country->country_code}}
Country description url {{$country->country_url}}
Country latitude {{$country->country_latitude}}
Country longitude {{$country->country_longitude}}
Country flag
Country image
Country status {{$country->country_status}}
@endsection