@extends('layouts.jovenes') @section('title', $page->post->title) @section('content') @if($section = $page->sections->first())

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

{!! $section->post->content !!}
@endif @endsection