@extends('theme.master') @section('title', "$page->title") @section('content') @include('admin.message') @section('meta_tags') @endsection

{{ $page->title }}

{!! $page->details !!}
@endsection