{!! Form::label('uf', 'Uf:') !!}

{!! $state->uf !!}

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

{!! $state->name !!}