@csrf
{{ translate('Name') }}
*
{{ translate('Categories') }}
*
@if (!empty($brand->categories)) @foreach ($brand->categories as $category)
{{ $category->name }}
@endforeach @endif
{{ translate('Logo') }}
({{ translate('120x80') }})
*
{{ translate('Browse') }}
@if ($brand->logo) {{ str_replace('brands/', '', $brand->logo) }} @else {{ translate('Choose File') }} @endif
logo) src="{{ asset('public/' . $brand->logo) }}" @endif alt="" class="img-responsive">
{{ translate('Alt Text') }}
*
{{ translate('Linked Companies') }}
*
{{--
{{ translate('Products') }}
*
--}} {{--
{{ translate('Related Categories') }}
*
--}}
{{ translate('Description') }}
{{ $brand->description }}
{{ translate('Meta Title') }}
{{ translate('Meta Keywords') }}
{{ translate('Meta Description') }}
{{ $brand->meta_description }}
{{ translate('Slug') }}
{{ translate('Related Keywords with Ratings') }}
@if (count($keywordsRatings) > 0) @foreach ($keywordsRatings as $index => $keywordRating)
Remove
@endforeach {{-- Add one extra blank input with Add More button --}}
Add More
@else
Add More
@endif
Cancel
{{ translate('Save') }}