{{ convertUtf8($testimonial->comment) }}
@extends('front.layout') @section('content') @if ($bs->home_version == 'static') @include('front.multipurpose.hero.static') @elseif ($bs->home_version == 'slider') @include('front.multipurpose.hero.slider') @elseif ($bs->home_version == 'video') @include('front.multipurpose.hero.video') @elseif ($bs->home_version == 'water') @include('front.multipurpose.hero.water') @elseif ($bs->home_version == 'particles') @include('front.multipurpose.hero.particles') @elseif ($bs->home_version == 'parallax') @include('front.multipurpose.hero.parallax') @endif
{{ convertUtf8($bs->intro_text) }}
@if (!empty($bs->intro_signature)){{ convertUtf8($bs->intro_contact_number) }}
{{ convertUtf8(strlen($sproduct->summary)) > 70? convertUtf8(substr($sproduct->summary, 0, 70)) . '...': convertUtf8($sproduct->summary) }}
{{ convertUtf8($testimonial->comment) }}
{{ convertUtf8($testimonial->rank) }}
{{ convertUtf8(strlen(strip_tags($blog->content)) > 100)? convertUtf8(substr(strip_tags($blog->content), 0, 100)) . '...': convertUtf8(strip_tags($blog->content)) }}