@extends('layout.app') @section('title') {{ $page->title }} @endsection @section('content')
@include('parts.header-panel') @include('parts.header')

{{ !empty($page->h1) ? $page->h1 : $page->title }}

{!! $page->description !!}
@endsection