@extends('frontend.layout.layout') @section('title', $page->title) @section('meta') @endsection @section('main') @if ($page->type === 'richtext')
@endif @if ($page->type === 'custom_code') {!! json_decode($page->content) !!} @endif @endsection