{!! $page->body !!}
@isset ($page->author)
Oleh: {{ $page->author->name }}
@endisset@extends('jdih.layouts.app')
@section('title', $page->title . ' | ' . strip_tags($appName))
@section('content')
{{ $page->title }}