@extends('app') @section('title', $page->name) @section('content')

{{ $page->name }}

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