@extends('layouts/base') @section('title') {{ $page->title }} | @endsection @section('content')

{{ $page->title }}

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