@extends('layouts.app') @section('title', 'Blogs - Primary Learning Tutor') @section('content')
Discover helpful articles, tips, and insights about learning and education!
{{ Str::limit($blog->excerpt, 120) }}
@else{{ Str::limit(strip_tags($blog->content), 120) }}
@endif@if(request('search') || request('category')) Try adjusting your search or filters, or check back later for new blogs! @else Check back later for new blog posts! @endif
@if(request('search') || request('category')) View All Blogs @endif