bg_color == 'custom' && $data->bg_custom_color) style="background-color: {{$data->bg_custom_color}};" @endif> @if (in_array($data->shape_type, ['white', 'grey']))
@endif
{{$data->title}} @if ($data->show_sale)

{{$data->sale_sub_title('Get Up To')}}

{{$data->sale_info('50%')}}{{$data->sale_addon_text('Off Now')}}

@endif
@if ($data->title)

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

@endif

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

    @if ($feature_list = nl2array($data->features)) @foreach ($feature_list as $item)
  • {{$item}}
  • @endforeach @endif
{{$data->btn_text('Order Now')}}