@extends('site.layouts.' . $pageTemplate) @if ($page) @endif @section('contents') @if ($page) {!! $page->contents !!} @endif @endsection