@extends('web.layouts.container') @section('header') {{__('main.home')}} / {{$category->name}} @endsection @section('content') {{$category->name}} {{-- --}} {{-- --}} {{-- --}} @if($category->description) {{__('main.description')}} {{-- --}} {{-- --}} {{-- --}} {{strip_tags($category->description)}} @endif {{__('main.about')}} {{$parentName}} @foreach($childCategories as $child) @if($child->url) {{$child->name}} @else {{$child->name}} @endif @endforeach @if($category->frame) {{-- --}} {{-- Latest Newsletter Issue--}} {{-- --}} @endif @endsection @section('inner_js') @endsection
{{strip_tags($category->description)}}