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


Lista de Autores Post

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

Tipo: {{ $a->tipo }}

@endforeach
@endsection