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

{!! $state->uf !!}

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

{!! $state->name !!}