@extends('layouts.app') @section('content')
@if ($content)
{!! $content !!}

@endif
{{-- --}}

Questions About Our
Services

    @foreach ($topics as $t) @php // print_r($t); // print_r($collection); //https://stackoverflow.com/questions/41366092/property-title-does-not-exist-on-this-collection-instance @endphp @if (sizeof($topics) != 0 && $t->page_id == $child_Pages[0]->id)
  • {{-- --}} {{ $t->page_content_name }}
  • @endif @endforeach
{{-- --}}

Questions About
Editor World

@endsection