@section('title', __('Item Brands'))
{{ __('Create Item Brand') }}
{{ __('Update Item Brand') }}
{{ $selectedModel->name ?? '' }} {{ __('Products') }}
@if (empty($selectedModel->products ?? []) || count($selectedModel->products ?? []) <= 0){{ __('No product/item attached to brand') }}
@else