@extends('layouts.frontend.app') @section('content')

Todos os Productos

@if($posts->count() >0) @foreach ($posts as $post)
{{$post->image}}
{{$post->created_at->diffForHumans()}}
@endforeach @else

Sem producto disponívels

@endif
{{ $posts->links()}}
@include('layouts.frontend.partials.sidebar')
@endsection