@extends('layouts.app') @section('content') @if (!have_posts() || !is_page())

@if ($topText) {{ $topText }}
@endif @if ($pageTitle) {{ $pageTitle }} @endif

@if ($textArea)
{!! $textArea !!}
@endif
@endif @endsection