@foreach (fieldPropertyValue('banquet_information_details', $dataDetail) as $detail)
@if (checkInformationDetail($detail, $lang, true))
{!! setTextDefault(textLocale('heading_sp', $detail, $lang)) !!}
@if (fieldPropertyValue('type_sp', $detail) == InformationMasterialType::TEXT)
{!! setTextDefault(textLocale('descriptive_sp', $detail, $lang)) !!}
@endif
@if (fieldPropertyValue('type_sp', $detail) == InformationMasterialType::BUTTON)
{!! setTextDefault(textLocale('button_name_sp', $detail, $lang)) !!}
@endif
@if (fieldPropertyValue('type_sp', $detail) == InformationMasterialType::PDF)
{!! setTextDefault(textLocale('pdf_descriptive_sp', $detail, $lang)) !!}
@endif