@extends('frontend.layouts.app') @section('title', 'Blog') @section('content')
  • T.S. Tijoriwala
  • Updated: {{ $formatted }}
{!! $blog['details'] !!}
@if($related->isNotEmpty())

RECENT STORIES

@endif
@endsection