@extends('layouts.app') @section('page-title', 'Blog-Detail') @section('content')

{{ $blog->published_date ? $blog->published_date->format('F d, Y') : 'N/A' }}   |   {{ $blog->category ?? 'General' }}   |   by {{ $blog->author->name ?? 'Admin' }}

{{ $blog->title }}

@if($blog->featured_img)
{{ $blog->title }}
@endif @if($blog->highlight)
Highlight

{{ $blog->highlight }}

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

{{ $blog->conclusion }}

@endif

Get In Touch With Us

Registered Office

No.37, Level 2, Chateau D Ampa Nelson Manickam Road, Aminjikarai

Chennai-600029, Tamil Nadu, India.

Factory Address

R.S No 17/2,5,6&7, 7th Cross Street, Om Sakthi Industrial Estate

Sedarapet, Puducherry - 60511

Contact Details

+91 44 23745315

+91 73587 89910

Email Us

info@mekingsteel.com

@endsection