@extends('frontend.layout.main') @section('title', $blog->title) @push('head') @endpush @section('main-container')

{{ $blog->title }}

@php $wordCount = str_word_count(strip_tags($blog->content)); $readingTime = ceil($wordCount / 200); @endphp
Release Date {{ date('d M Y', strtotime($blog->created_at)) }}
Est. Read {{ $readingTime }} Mins
Traffic {{ $blog->views }} Architectural Views
{{ $blog->title }}
{!! $blog->content !!}
AMEYA PEB Engineering Division

Need a Structural PEB Solution for Your Industrial Site?

Connect with our structural engineers today to map out a precise, cost-effective, high-speed warehouse or factory design.

Initiate Consultation
@endsection