@extends('layouts.webpage.main_two') @section('page-title', $blog->title) @section('content')

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

{{ $blog->title }}

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

{{ $blog->conclusion }}

@endif
@endsection