@if (Session::get('tenant_subscribtion_data')['brands']['belongs_to_subscribtion'] == true && Session::get('tenant_controle_modules')['brands'] == 1)
@if (sizeof($brands) > 0)
@else
@endif
@else
{{ translate('Upgrade now') }}
@endif
{{ translate('There is nothing you are looking for') }}
{{ translate('Add new brands to your store') }}
 }})
{{ translate('You need to upgrade to use this feature.') }}
{{ translate('Please Upgrade to use this feature.') }}
{{ translate('Upgrade now') }}
{{ $brands->links() }}
{{ translate('Add brand') }}
 }})
{{ $message }}
@enderror
{!! Form::text('title', null, ['class' => 'form-control', 'placeholder' => translate('Title')]) !!}
@error('title')
{{ $message }}
@enderror
{!! Form::checkbox('featured', null, 1, ['id' => 'Checkbox_1']) !!}