@php $childPage1 = getChildPage(fieldPropertyValue('child_page1', $item), $basic, $lang); $childPage2 = getChildPage(fieldPropertyValue('child_page2', $item), $basic, $lang); $childPage3 = getChildPage(fieldPropertyValue('child_page3', $item), $basic, $lang); $childPage4 = getChildPage(fieldPropertyValue('child_page4', $item), $basic, $lang); @endphp
01
{!! setTextDefault($childPage1['title'], 'ROOMS') !!}
{!! setTextDefault( textLocale('heading1', $item, $lang) ) !!}
02
{!! setTextDefault($childPage2['title'], 'DINIG') !!}
{!! setTextDefault( textLocale('heading2', $item, $lang) ) !!}
03
{!! setTextDefault($childPage3['title'], 'FACILITIES') !!}
{!! setTextDefault( textLocale('heading3', $item, $lang) ) !!}
04
{!! setTextDefault($childPage4['title'], 'SIGHT SEEING') !!}
{!! setTextDefault( textLocale('heading4', $item, $lang) ) !!}