@extends('layout.guest') @section('content') {{-- Latest news --}}
{{ $latestNews->title }}
{!! displayRichText($latestNews->content) !!}