@php $container ??=null ; @endphp @if ($container->content instanceof \App\Models\Article\Text)
{!! $container->content->body !!}
@endif @if ($container->content instanceof \App\Models\Article\Image)
{{$container->content->name}}
@endif