@extends('layouts.iar') @section('page_title', $page->meta_title) @section('metaDescription', $page->meta_description) @section('inline-style') @endsection @section('navigation') @endsection @section('content') @foreach($sections as $section) @if($section->content_type == 'static-content' || $section->content_type == 'static-section' || $section->content_type == 'word-slider') {!! $section->body !!} @else