@extends('shop::layouts.master') @section('page_title') {{ $page->page_title }} @endsection @section('seo') @endsection @section('content-wrapper') {!! DbView::make($page)->field('html_content')->render() !!} @endsection