@extends('layouts.app') @push('title') {{ $CMS['about_title'] }} @endpush @push('meta') {{ $CMS['about_meta'] }} @endpush @section('content_box')
@if (!empty($CMS['about_image']))
Error
@endif @if (empty($CMS['about_image']))
{!! $CMS['about_content'] !!}
@else
{!! $CMS['about_content'] !!}
@endif
@endsection