@extends('layouts.master') @section('title') {{ $page->title }} | @parent @stop @section('meta') @stop @section('content')

{{ $page->title }}

{!! $page->body !!}
@stop