@extends('front.layout.app') @section('beforeHeadClose') @endsection @section('content') @php echo cms_edit_page("blog",$blog_post_details->id);@endphp

Blog Detail

May 07, 2026 | Interior Painting

{{ $blog_post_details->title }}

@if ( !empty($blog_post_details->featured_img) && file_exists(storage_uploads('blog/' . $blog_post_details->featured_img))) {{ $blog_post_details->featured_img_alt }} @else {{ $blog_post_details->featured_img_alt }} @endif @php echo $blog_post_details->description @endphp
@endsection