@extends('layouts.app') @section('content') @if (!have_posts())
@if (property_exists($error_page, 'heading'))

{!! $error_page->heading !!}

@endif @if (property_exists($error_page, 'text'))

{!! $error_page->text !!}

@endif
@endif @endsection