@extends('layouts.site') @section('content') Blog @foreach($blogs as $blog) {{\Carbon\Carbon::parse($blog->created_at)->format('d')}} {{\Carbon\Carbon::parse($blog->created_at)->format('M Y')}} {{$blog->title}} {!! $blog->text !!} By {{ucfirst($blog->created_by)}} {{--|--}} {{-- Continue Reading --}} @endforeach {{-- 1 2 --}} Featured Products @foreach($blogs as $blog) {{$blog->title}} {{\Carbon\Carbon::parse($blog->created_at)->format('Y-m-d')}} @endforeach @endsection
{!! $blog->text !!}