@php $img = $Template->image('백그라운드'.$cnt); @endphp
src, 'no-image.png') == false) style="background: url('{{ $img->src }}') no-repeat center center; background-size: cover;" @endif >
@php $html = $Template->text('html-'.$cnt,'디자인css코드'); @endphp
@if($html->lnk != "#")@endif
{!! str_replace('
', "", $html->str) !!}