@php $bodyClass = 'default-template'; if ($object->image) { $bodyClass .= ' header-over'; } @endphp @extends('frontend.layouts.content-sidebar', ['body_class' => $bodyClass]) @section('content-header') @include('frontend.templates.components.default_page_header') @stop @section('content-toolbar') @include('frontend.templates.components.share_buttons') @stop @if(!$object->image) @section('content-top')