@extends('layout.app') @section('page-title', $title) @section('meta_description', $category->meta_description) @section('canonical-link') @endsection @if(PROD_ENV === true) @section('tracking') @endsection @endif @if(is_array($category_wow_images) && !empty($category_wow_images)) @section('main-slider') @endsection @endif @section('breadcrumb')
@endsection @section('content') @if(count($products) > 0){!! empty($category->category_description)? $category->category_name : $category->category_description !!}