@extends('default.layout') @section('content')


Lista de Posts

@foreach($posts as $p)
@if(file_exists(public_path('ecommerce/posts/').$p->img)) {{$p->img}} @else image @endif
JM

Categoria: {{$p->categoria->nome}}

Autor: {{$p->autor->nome}}

Texto
@endforeach
@endsection