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

{!! $responsibility->id !!}

{!! Form::label('companies_id', 'Companhia:') !!}

{!! $responsibility->companies_id !!}

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

{!! $responsibility->name !!}

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

{!! $responsibility->created_at !!}

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

{!! $responsibility->updated_at !!}