@extends('cms::frontend.layouts.app') @section('title', $page->title) @includeIf('cms::frontend.layouts.header') @section('meta') @endsection @section('content')

{{$page->title}}

@if(!empty($page->feature_image))
@endif {!!$page->content!!}
@endsection @section('javascript') @endsection