@extends('layouts.generic') @section('page_title', __($page->title)) @section('content')
{!! $page->content !!}
@stop