{!! Form::label('name', 'Name:') !!}

{{ $country->name }}

{!! Form::label('short_code', 'Short Code:') !!}

{{ $country->short_code }}

{!! Form::label('country_code', 'Country Code:') !!}

{{ $country->country_code }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $country->created_at }}

{!! Form::label('updated_at', 'Updated At:') !!}

{{ $country->updated_at }}