@extends('ecommerce::frontend.layout.main2') @section('title') {{ $category->page_title ?? $category->name }} - {{ $ecommerce_setting->site_title ?? 'Shop' }} @endsection @section('description') {{ $category->short_description ?? $category->meta_description ?? 'Browse ' . $category->name . ' collection' }} @endsection @section('content') @include('ecommerce::frontend.partials.header')
@if($category->image){{ $category->short_description }}
@endif