@foreach (fieldPropertyValue('cooking', $dataDetail) as $cooking)
@endforeach
{!! setTextDefault(fieldPropertyValue('name', $cooking)) !!}
{!! setTextDefault(fieldPropertyValue('name_sp', $cooking)) !!}
{!! setTextDefault(fieldPropertyValue('description', $cooking)) !!}
{!! setTextDefault(fieldPropertyValue('description_sp', $cooking)) !!}
{{ fieldPropertyValue('business_hours', $cooking) }}
{{ fieldPropertyValue('business_hours_sp', $cooking) }}
@if (fieldPropertyValue('pdf_text', $cooking))
{!! fieldPropertyValue('pdf_text', $cooking) !!}
@endif
@if (fieldPropertyValue('link_text', $cooking))
{!! fieldPropertyValue('link_text', $cooking) !!}
@endif