@extends('app') @section('title'){{$page->title}}@endsection @section('content')

{{$page->title}}

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