@extends('titan::layouts.website') @section('content')
@include('titan::website.partials.page_header')
@include('titan::website.partials.breadcrumb') @foreach($activePage->components as $content) @include('titan::website.pages.page_heading') @include('titan::website.pages.page_content') @include('titan::website.pages.page_gallery') @include('titan::website.pages.page_documents') @endforeach @if($childrenPages && $childrenPages->count() > 0)
@foreach($childrenPages as $item)

{{ $item->name }}

{{ $item->description }}

read more
@endforeach
@endif
@include('titan::website.partials.page_side')
@endsection