@extends('site.layouts.app') @section('content')
@if($page->show_breadcrumb == 1) @endif
@if($page->show_title == 1)

{!! $page->title ?? '' !!}

@endif
{!! $page->description !!}
@if($page->template == 2)
@include('site.partials.right_sidebar_widgets')
@endif
@endsection