{!! $page->page_title !!}
@if($page->id!=12)
{!! $page->html_content !!}
@endif
@if($page->id==12)
@foreach ($customizations as $customization)
@php ($data = $customization->options) @endphp
@switch ($customization->type)
@case ($customization::TRUSTEDBRANDS_CAROUSEL)
@break
@endswitch
@endforeach @endif