@extends('frontend.layout.main') @section('title', 'Our Blogs & Insights | AMEYA PEB - PEB Industry Education, Case Studies, and Trends') @section('meta_description', 'Explore insightful blogs on Pre-Engineered Buildings (PEBs). Industry education, technical insights, case studies, guides, and innovations in PEBs.') @section('meta_keywords', 'PEB blogs, Pre-Engineered Buildings, Industry Education, Technical Insights, PEB Case Studies, PEB Trends') @push('head') @endpush @section('main-container')
Technical Library

Our Blogs & Insights

Explore industry education, technical insights, case studies, guides, and future trends in Pre-Engineered Buildings (PEBs).

@foreach($blogs as $blog)
{{ $blog->title }}
// {{ date('d M Y', strtotime($blog->created_at)) }}
@php $wordCount = str_word_count(strip_tags($blog->content)); $readingTime = ceil($wordCount / 200); @endphp
{{ $readingTime }} Min Analysis 👁 {{ $blog->views }} Engagements

{{ $blog->title }}

{{ $blog->description }}

Analyze Blueprint Report
@endforeach
@endsection