{{ $post->title }}
{{ $post->excerpt ?? substr(strip_tags($post->content), 0, 200) . '...' }}
@extends('layouts.app') @section('title', 'Blog - Kdot Web Tech') @section('header-class', 'header-transparent has-border-bottom has-sticky-bg') @section('content')
{{ $post->excerpt ?? substr(strip_tags($post->content), 0, 200) . '...' }}
No blog posts available at this time.
@endforelse @if($blogPosts->hasPages())