@if ($bs->intro_main_image) Image @endif

{{ convertUtf8($bs->intro_title) }}

{{ convertUtf8($bs->intro_text) }}

@if ($intro_feature_items->count() > 0)
@foreach ($intro_feature_items as $item)
@if ($item->icon && $item->intro_section_rating_point)
{{ $item->intro_section_rating_point }}{{ $item->intro_section_rating_symbol }}
@endif

{{ $item->title }}

{{ $item->text }}

@endforeach
@endif
@if ($bs->intro_section_author_image || $bs->intro_section_author_name)
@if ($bs->intro_section_author_image)
Person Image
@endif
{{ $bs->intro_section_author_name }}
{{ $bs->intro_section_author_designation }}
@endif @if ($bs->intro_video_link)
{{ $bs->intro_section_video_button_title }} {{ $bs->intro_section_video_button_text }}
@endif