{{ str_limit($varTitle, $limit = 65, $end = '...') }}
{{-- @if(isset($description) && $description != ''){!! str_limit(ucfirst($description), $limit = 96, $end = '...') !!}
@php
$newsurl = '';
$MODULE_NAME = Config::get('Constant.MODULE.NAME');
@endphp
@if(isset($data['news']) && !empty($data['news']) && count($data['news']) > 0)
@php
$cols = 'col-md-4 col-sm-4 col-xs-12';
$grid = '3';
if($data['cols'] == 'grid_2_col'){
$cols = 'col-xl-6 col-lg-6 col-md-6';
$grid = '2';
}elseif ($data['cols'] == 'grid_3_col') {
$cols = 'col-xl-4 col-lg-4 col-md-6';
$grid = '3';
}elseif ($data['cols'] == 'grid_4_col') {
$cols = 'col-xl-3 col-lg-3 col-md-3';
$grid = '4';
}
if(isset($data['class'])){
$class = $data['class'];
}
if(isset($data['paginatehrml']) && $data['paginatehrml'] == true){
$pcol = $cols;
}else{
$pcol = 'item';
}
@endphp
@if(Request::segment(1) == '')
{!! $data['desc'] !!} {!! str_limit(ucfirst($description), $limit = 96, $end = '...') !!}
{{ str_limit($varTitle, $limit = 65, $end = '...') }}
{{-- @if(isset($description) && $description != '')
{!! $data['desc'] !!}
{!! str_limit(ucfirst($description), $limit = 96, $end = '...') !!}