@extends('layouts.app') @section('title', 'Country') @section('content')

{{ $country->name }}

Code: {{ $country->code }}

Edit Back
@endsection