@extends('master') {{-- This is a near duplicate of subcategory.blade.php; the templates aren't very well structured for product pages --}} @section('css') @endsection @section('content')

{{ $subcategory->title }}

@if ($subcategory->content) {!! $subcategory->content !!} @else

{{ $subcategory->summary }}

@endif
@if ($subcategory->image && !$subcategory->hero_image)
{{ $subcategory->title }}
@endif
@if ($products->count()) @endif
@endsection