{!! Form::label('id', 'Id:') !!}

{!! $role->id !!}

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

{!! $role->name !!}

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

{!! $role->created_at !!}

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

{!! $role->updated_at !!}