@extends('layouts.app') @section('title', $page->meta_title ?? $page->title . ' | Prophet') @section('meta_description', $page->meta_description) @section('content')
@foreach($sections as $section) @include('components.sections.' . $section->type, ['content' => $section->content]) @endforeach
@endsection