@extends('layouts.app') @section('title', 'Art Advisory') @section('content') {!! $advisory->content ?? '' !!} @if($advisory && $advisory->image) @endif @if(!empty($pageContents['art-advisory']->content)) {!! $pageContents['art-advisory']->content !!} @endif @endsection