{!! Form::label('id', 'Código:') !!}

{!! $types_of_attendance->id !!}

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

{!! $types_of_attendance->name !!}