@extends('layout') @section('css') @stop @section('content')

{{$page->title}}

{!!$page->content!!}

@stop