@extends('frontend.layouts.app') @section('title', 'Blogs - I Am Happy Healthcare Platform') @section('content') Blogs Home Blogs @if ($blogs->count()) @foreach ($blogs as $blog) @if ($blog->image) @else No Image Available @endif {{ $blog->title }} {{ \Illuminate\Support\Str::limit(strip_tags($blog->description), 140) }} Read More @endforeach @else No blogs available right now. @endif @endsection
{{ \Illuminate\Support\Str::limit(strip_tags($blog->description), 140) }}