@extends('layouts.user') @section('title') Blog @endsection @section('content') Blogs / News Home Blogs @forelse($blogs as $blog) {{ $blog->created_at->format('jS F, Y'); }} {{ $blog->views }} {{ $blog->title }} {!! mb_strimwidth($blog->content, 0, 80, '...') !!}. by {{ $blog->author_name }} @empty No Blog Posts At The Moment!. @endforelse @endsection
{!! mb_strimwidth($blog->content, 0, 80, '...') !!}.
No Blog Posts At The Moment!.