@extends('layouts.master_frontend') @section('content') @php $countTestimonials = count($testimonials_rows); $countCounter = ($data_row->counter_section_json!=null) ? 1 : 0; $counterDecodeJson = json_decode($data_row->counter_section_json); $countFeatures = ($data_row->intro_section_features!=null) ? 1 : 0; $featuresDecodeJson = json_decode($data_row->intro_section_features); $banners = ['banner.jpg','banner_1.jpg','banner_2.jpg','pgk1.jpg','pgk2.jpg','pgk3.jpg']; if($data_row->banners){ $banners = []; foreach ($data_row->banners as $key => $value) { $banners[] = $value->file; } } $startDate = dateConvert(null, 'd/m/Y'); $endDate = dateConvert(getNextPrevDate('next', 1), 'd/m/Y'); @endphp
@if($data_row->intro_section_publish){{limit_text($val->short_desc,35)}}
{{$data_row->room_section_tagline}}
{{$data_row->room_category_section_tagline}}
{{limit_text($val->title, 20)}}
{{$data_row->testimonial_section_tagline}}
{{limit_text($testimonial->client_comment, 135)}}