@php use App\Enums\Boolean; @endphp @if (!empty($postInformation))
@foreach ($postInformation as $index => $post)
@foreach (listImage($post) as $image)
@endforeach
@foreach (listImage($post, true) as $image)
@endforeach
{!! setTextDefault(textLocale('name', $post, $lang)) !!} {!! setTextDefault(textLocale('name_sp', $post, $lang)) !!}
{!! setTextDefault(textLocale('body', $post, $lang)) !!} {!! setTextDefault(textLocale('body_sp', $post, $lang)) !!}
@if (fieldPropertyValue('detail_page', $post) == Boolean::TRUE) @endif @if (fieldPropertyValue('reservation_engine_link', $post)) @endif @if (fieldPropertyValue('reservation_engine_link_sp', $post)) @endif
@endforeach
@endif