@if (isset($category) && $category) @if ($category->settings['show_name'])

{{ $category->name }}

@endif @if ($category->settings['show_description'])
{!! $category->description !!}
@endif @endif @push ('scripts') @endpush