@extends('storefront.layout') @section('title', $pageTitle . ' — ' . $sfStore->name) @section('content')

{{ $pageTitle }}

@if(trim($content) !== '')
{!! $content !!}
@else

This page content is not available yet.

@endif
@if(($pageTitle ?? '') === 'Contact Us') @include('storefront.partials.business-home-block', ['businessHome' => $businessHome ?? null]) @endif @endsection