@extends('front.layout.app') @section('title', $blog->meta_title ?? 'Default Blog Title') @section('description', $blog->meta_description ?? 'Default Blog Description') @section('content') Blog Detail {{ $blog->heading ?? '' }} {!! $blog->description ?? '' !!} @endsection
{!! $blog->description ?? '' !!}