@layout('views/layouts/master') @section('content')

{{ $page->title }}

@if(!customCompute($featured_image))

{{ htmlspecialchars_decode($page->content) }}

@else
$featured_image->file_alt_text
@endif
@endsection