@extends('layouts.app') @section('content')

{{ $productLine->productSubcategory->long_name }} @if (!is_null($productLine->productSubcategory->subhead)) | {{ $productLine->productSubcategory->subhead }} @endif

{{--Title--}}
{{ $productLineText }}
@if($showSidebar)
@if(!empty($productFeatures))

{{ $productLine->printMethod->long_name }}

Features & Options

{!! $productFeatures !!}
@endif @if(!empty($productNotes))
{!! $productNotes !!}
@endif
@endif
{{--Features, Options, and Splash Image--}}
{!! $productCards !!}
{{--Prices--}} @if(!empty($swatchesProduct) || !empty($swatchesImprintColor) || !empty($swatchesImprintType))
@if(!empty($swatchesProduct))
{!! $swatchesProduct !!}
@endif @if(!empty($swatchesImprintColor))
{!! $swatchesImprintColor !!}
@endif @if(!empty($swatchesImprintType))
{!! $swatchesImprintType !!}
@endif
@endif
@endsection @push('scripts') @endpush