htmlAttributes() !!} class="shortcode-work-process shortcode-work-process-style-1 section-work-process" @style($variablesStyle) >
@if ($no = $shortcode->no)

{!! Basehelper::clean($no) !!}.

@endif @if ($title = $shortcode->title)
{!! Basehelper::clean($title) !!}
@endif @if ($description = $shortcode->description)

{!! BaseHelper::clean($description) !!}

@endif @if ($features)
    @foreach($features as $feature) @continue(! $featureTitle = Arr::get($feature, 'title'))
  • {!! BaseHelper::clean($featureTitle) !!}

  • @endforeach
@endif
@if ($image = $shortcode->image)
{{ RvMedia::image($image, __('Image')) }}
@endif