@extends('layouts.Subpage') @section('content')

{{ $page->subheading }}

{{ $page->name }}

{!! $page->content !!}
@endsection