@extends('web.layout') @section('title', $page->name) @section('content')
{!! $page->content !!}
@endsection