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

{!! $checklist->id !!}


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

{!! $checklist->name !!}


{!! Form::label('description', 'Description:') !!}

{!! $checklist->description !!}


{!! Form::label('type', 'Type:') !!}

{!! $checklist->type !!}


{!! Form::label('role', 'Role:') !!}

{!! $checklist->role->name !!}