@if(is_default_lang())
@foreach ($attributes as $attribute)
{{__('Attribute: :name',['name'=>$attribute->name])}}
@foreach($attribute->terms as $term)
contains($term->id)) checked @endif type="checkbox" name="terms[]" value="{{$term->id}}">
{{$term->name}}
@endforeach
@endforeach
@endif