@extends('layouts.app') @section('content')
@foreach($blogPosts as $post)

{{$post->title}}

{{$post->article}}

Continue reading...
Blog Entry
{{$post->created_at->format('Y-m-d')}}

@endforeach {{-- @include('home.photo-partial')--}} {{-- @include('home.blog-partial')--}} {{-- @include('home.blog-partial')--}} {{-- @include('home.blog-partial')--}}
@include('home.sidebar')
@endsection