@php if(isset($children) && $children){ $children->share(['show_info' => $data->show_info, 'thumbnail_size' => $data->thumbnail_size]); } @endphp
bg_color == 'custom' && $data->bg_custom_color) style="background-color: {{$data->bg_custom_color}};" @endif> @if (in_array($data->shape_type, ['white', 'grey']))
@endif
@if ($data->sub_title || $data->title || $data->description)
@if ($data->sub_title)

{{ $data->sub_title }}

@endif @if ($data->title)

{!! nl2br($data->title) !!}

@endif

{!! nl2br($data->description) !!}

@endif
{!! $children !!}