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

{{ $page->title }}

{!! nl2br(e($page->content)) !!}
@endsection