@extends('front.layouts.master') @section('metaTags') {{ getMetaTag($category, 'meta_title', $category->title) }} {!! $category->getTranslation('schema', LaravelLocalization::getCurrentLocale(), false) !!} @endsection @section('content')
{{-- @if(count($relatedVendors))--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @endif--}}
@if ($category->getTranslation('title', app()->getLocale(), false))

{{ $category->getTranslation('title', app()->getLocale(), false) }}

@if ($category->getTranslation('desc', app()->getLocale(), false))
{!! $category->getTranslation('desc', app()->getLocale(), false) !!}
@endif
@endif
@if (is_individual() && $maxPrice > 0)

{{ __('general.price') }}

{{ __('general.price') }}: {{ $minPrice }} {{ getCurrency('symbol') }} ΓÇö {{ $maxPrice }} {{ getCurrency('symbol') }}
@endif @foreach ($category->attributes as $attribute)

{{ $attribute->key }}

@foreach ($attribute->values as $value)
id . '-' . $value->id, explode(',', ((string) request()->input('filter.attributes'))))) checked @endif value="{{ $attribute->id . '-' . $value->id }}" id="{{ $attribute->id . '_' . $value->id }}">
@endforeach
@endforeach @if (count($siblings)) @endif @if (count($tags))

{{ __('general.search_tags') }}

@foreach ($tags as $tag) @endforeach
@endif
@if ($category->getTranslation('desc', app()->getLocale(), false))
{!! $category->getTranslation('desc', app()->getLocale(), false) !!}
@endif @if (count($category->getRelation('children')))
@endif
@foreach ($category->attributes as $attribute) @endforeach
@include('front.category.productsContainer', [ 'category' => $category, 'products' => $products, ])
@endsection @section('extraScripts') @if (is_individual() && $maxPrice > 0) @endif @endsection