@extends('layouts.frontend') @section('title', $page->post->title) @section('content') @if(View::exists('templates.'.$method)) @include('templates.'.$method) @else @if($section = $page->sections->first())

{{ $section->post->title }}

{!! $section->post->content !!}
@endif @endif @endsection