@extends('layouts.app') @section('content')
{{ $productLine->productSubcategory->long_name }} @if (!is_null($productLine->productSubcategory->subhead)) |
{{ $productLine->productSubcategory->subhead }}
@endif
{{--Title--}}
@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))
Product Color Choices
@endif @if(!empty($swatchesImprintColor))
Imprint Color Choices
@endif @if(!empty($swatchesImprintType))
Imprint Type Choices
@endif
@if(!empty($swatchesProduct))
{!! $swatchesProduct !!}
@endif @if(!empty($swatchesImprintColor))
{!! $swatchesImprintColor !!}
@endif @if(!empty($swatchesImprintType))
{!! $swatchesImprintType !!}
@endif
@endif
@endsection @push('scripts') @endpush