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

{!! $association->id !!}


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

{!! $association->name !!}