@extends('eventmie::layouts.app') @if(!empty($page)) {{-- Page title --}} @section('title', $page->title) {{-- breadcrumb --}} @section('heading', $page->title) @section('content')
{!!$page->body !!}
@endsection @endif