@extends('layouts.page') @section('content')
@isset($page) {!! $page->content !!} @endisset
@endsection