@if($blog->category){{ $blog->category->name }}@endif
{{ $blog->title }}
{{ \Illuminate\Support\Str::limit($blog->excerpt ?? strip_tags($blog->content), 130) }}
@extends('layouts.public')
@section('title', 'All Blogs')
@section('content')
All Blogs
Showing results for "{{ $search }}" — {{ $blogs->total() }} found.
@endif{{ \Illuminate\Support\Str::limit($blog->excerpt ?? strip_tags($blog->content), 130) }}