@extends('layouts/master') @section('css') @stop @section('title') @stop @section('metas') @stop @section('content')
{{ $contentpage->title }}
{!! $contentpage->description !!}
@stop @section('js') @stop