@extends('layouts.app') @section('content')

{{$page->title}}

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