@extends('themes.basic.layouts.single') @section('title', $page->title) @section('description', $page->short_description) @section('content')

{{ $page->title }}

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