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

{{ $district->name }}

{!! Form::label('country_id', 'Country:') !!}

{{ $district->country->name }}

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

{{ $district->created_at }}

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

{{ $district->updated_at }}