@extends('layouts.appPage') @section('content')
Páginas

{{ $Page->name }}


{{--
--}}{{--@foreach($Page->sections()->where('active', true)->get() as $section) {!! $section->getHtmlSectionPage() !!} @endforeach--}}{{--
--}}
@endsection