@extends('website.includes.master') @section('title') Blogs @endsection @section('content') {{-- --}} Home Blogs {{-- --}} {{-- Blogs--}} {{-- --}} {{-- --}} @forelse($blogs as $b=>$blog) {{ \Carbon\Carbon::parse($blog->created_at)->format('d M') }} By {{ $setting->name }} {{ $blog->heading }} {!! Str::limit($blog->description,100) !!} Read More @empty @endforelse {{ $blogs->links() }} @endsection
{{ \Carbon\Carbon::parse($blog->created_at)->format('d M') }}
{!! Str::limit($blog->description,100) !!}