@extends('layouts.site') @section('content')

Blog

@foreach($blogs as $blog) @endforeach {{----}}

Featured Products

    @foreach($blogs as $blog)
  • PRODUCT
    {{$blog->title}} {{\Carbon\Carbon::parse($blog->created_at)->format('Y-m-d')}}
  • @endforeach
@endsection