{!! setTextDefault(textLocale('heading', $facility, $lang)) !!}
{!! setTextDefault(textLocale('descriptive', $facility, $lang)) !!}
{!! fieldPropertyValue('heading', $information) !!}
@switch(fieldPropertyValue('type', $information))
@case(InformationMasterialType::TEXT)
{!! fieldPropertyValue('descriptive', $information) !!}
@break
@case(InformationMasterialType::BUTTON)
{!! fieldPropertyValue('button_name', $information) !!}
@break
@case(InformationMasterialType::PDF)
@if (fieldPropertyValue('pdf_descriptive', $information))
{!! fieldPropertyValue('pdf_descriptive', $information) !!}
@endif
@break
@endswitch