{{ $post->title }}
- {{ $post->created_at->format('d M, y') }}
- {{ $post->author_info->name ?? 'Anonymous' }}
@extends('frontend.layouts.master') @section('title', 'SWSPERU || Blog Page') @section('main-content')
{{ $post->created_at->format('d M, Y. D') }} {{ $post->author_info->name ?? 'Anonymous' }}
{{ $post->title }}{!! html_entity_decode($post->summary) !!}
Continue Reading