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

{{ $page->title }}

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