@extends('frontend.layouts.app') @section('page-title', $page->title) @section('keywords', $page->keywords) @section('description', $page->description) @section('content') @include('frontend.partials.messages') {{ $page->title }} {!! $page->body !!} @stop @section('scripts') @stop
{!! $page->body !!}