@extends('layouts.webpage.main_two') @section('page-title', $blog->title) @section('content')
@if(!empty($blog->featured_img)) {{ $blog->title }} @else Default blog image @endif

{{ strtoupper(date('F d, Y', strtotime($blog->created_at))) }}   |   {{ $blog->category ?? 'General' }}   |   by Meking Buildtec India Pvt Ltd

{{ $blog->title }}

{!! $blog->content !!}
@if(!empty($blog->conclusion))

Conclusion

{{ $blog->conclusion }}

@endif
@endsection