@extends('website.layouts.master') @section('title', $website->title($page)) @section('pagecss') @endsection @section('content') @include('website.layouts.title') @php($section = $website->section($page)) {{$page->title}} @foreach($page->children as $item) @if($item->isFolder()||$item->isPage()) {{$item->locale->title}} {!! $item->page() !!} @endif @endforeach @if($image) secret() }}"> @endif @if($page->isPage() || !$website->isComponent($page)) @include('website.components.topics') @endif @endsection @section('pagejs') @endsection