{!! Form::label('code', 'Code:') !!}

{!! $city->code !!}

{!! Form::label('state', 'State:') !!}

{!! $city->state !!}

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

{!! $city->name !!}