@if($element->type == 'category') {{@$element->title}} ({{__('common.category')}}) @elseif($element->type == 'link') {{@$element->title}} ({{__('common.link')}}) @elseif($element->type == 'page') {{@$element->title}} ({{__('common.page')}}) @elseif($element->type == 'product') {{@$element->title}} @if(isModuleActive('MultiVendor')) [@if(@$element->product->seller->role->type == 'seller') {{@$element->product->seller->first_name}} @else Inhouse @endif] @endif ({{__('common.product')}}) @elseif($element->type == 'brand') {{@$element->title}} ({{__('product.brand')}}) @elseif($element->type == 'tag') {{@$element->title}} ({{__('common.tag')}}) @endif
@if($element->type == 'category') {{@$element->title}} ({{__('common.category')}}) @elseif($element->type == 'link') {{@$element->title}} ({{__('common.link')}}) @elseif($element->type == 'page') {{@$element->title}} ({{__('common.page')}}) @elseif($element->type == 'product') {{@$element->title}} @if(isModuleActive('MultiVendor')) [@if(@$element->product->seller->role->type == 'seller') {{@$element->product->seller->first_name}} @else Inhouse @endif] @endif ({{__('common.product')}}) @elseif($element->type == 'brand') {{@$element->title}} ({{__('common.brand')}}) @elseif($element->type == 'tag') {{@$element->title}} ({{__('common.tag')}}) @endif