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

{{$category->name}}

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