@extends('front.layout.app') @section('title', $findBlog->meta_title) @section('meta') @endsection @section('content')

{{ $findBlog->heading ?? '' }}

{!! $findBlog->description !!}

@endsection