@extends('layouts.jovenes') @section('title', $page->post->title) @section('content') @foreach($page->sections->sortBy('post.order') as $section)

{{ $section->post->title }}

@if($section->image)
@endif
{!! $section->post->content !!}
@endforeach @endsection