@props([ 'items' => [] ])
{{ $title ?? '' }}
@if(count($items))
@foreach($items as $key => $item)
{!! $item->text !!}
@endforeach
@else
@endif
@push('head.bottom') @endpush @push('body.bottom') @endpush