@if($single_row_data->row_content_inner_style == "List_Page_Grid_1_Columns" || $single_row_data->row_content_inner_style == "List_Page_Grid_1_Columns_WithOutLink")
@foreach ($row_column_data as $key=>$single_col_data)
@if($single_col_data->block_content_type == "Content_Details")
{{ isset($single_row_data->row_name)?$single_row_data->row_name:"--" }}
{{ isset($single_col_data->title)?$single_col_data->title:"--" }}
{{ strip_tags($single_col_data->description) }}
@elseif($single_col_data->block_content_type == "FlightInformation")
Flight Information
-
Flight
Destination
Tml
-
EK707
Dubai (DXB) दुबई
T3
-
VS8501
London (LHR) लंदन
T3
-
AI1234
San Francisco (SFO) सैन फ्रांसिस्को
T2
-
LX155
Zurich (ZRH) ज़्यूरिख
T1
-
AF341
Paris (CDG) पेरिस
T2
-
EK544
Tiruvananthapuram (TVD) तिरुवनंतपुरम
T1
-
EK546
New Delhi (DEL) दिल्ली
T3
-
AI1234
Bengaluru (BLR) बेंगलुरु
T2
-
AF230
Fort Lauderdale (FLL) फोर्ट लौडरडेल
T1
-
VS0000
Perth (PER) पर्थ
T2
View more
@else
@endif
@endforeach
@elseif($single_row_data->row_content_inner_style == "List_Page_Grid_3_Columns" || $single_row_data->row_content_inner_style == "List_Page_Grid_3_Columns_WithOutLink")
{{ isset($single_row_data->row_name)?$single_row_data->row_name:"--" }}
@foreach ($row_column_data as $key=>$single_col_data)
-
{{ \Illuminate\Support\Str::limit(strip_tags($single_col_data->description), 100) }}
{{ strip_tags($single_col_data->description) }}
Read more
@if($single_row_data->row_content_inner_style == "List_Page_Grid_3_Columns")
Luxe
@else
Luxe
@endif
@endforeach
@else
@endif