@extends('layouts.main-app') @section('title', 'News and Promotions') @section('content') @include('layouts.navbar')
{!!$newsItems->content!!}
{{ $newsItem->created_at->format('M d, Y') }}