@extends('web.layouts.container') @section('header')
{{__('main.home')}} @if($category->category_id) /{{$parentCategory->name}} /{{$category->name}} @else /{{$parentCategory->name}} @endif
@endsection @section('content')

{{$category->name}}

{{--
--}} {{-- --}} {{--
--}} @if($category->description)
@endif
@if($category->frame)
{{--
--}} {{--
Latest Newsletter Issue
--}} {{--
--}}
@endif
@endsection @section('inner_js') @endsection