@extends($activeTheme.'layouts.main') @section('title', $page->title) @section('description', text_shorting(strip_tags($page->content), 100)) @section('content')

{{ $page->title }}

{!! ads_on_top() !!}
{!! $page->content !!}
{!! ads_on_bottom() !!} @endsection