@extends('layouts.app') @section('title', $page->name) @section('content')
{{ Breadcrumbs::render('page', $page) }}

{{ $page->name }}

@if ($page->description)

{{ $page->description }}

@endif
{!! $page->content !!}
@include('partials.sidebar')
@endsection