@extends('frontend.components.layout') @section('title') Blog @endsection @push('css') @endpush @section('topmenu') @include('frontend.components.topmenu') @endsection @section('content') Blog {{-- {{ Breadcrumbs::render('about') }} --}} @foreach ($blogContents as $item) 26 Feb {{ $item->title }} {!! Str::words($item->description, 20, '...') !!} 0 Comments @endforeach {{ $blogContents->links('vendor.pagination.bootstrap-5') }} @endsection
{!! Str::words($item->description, 20, '...') !!}