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


Lista de Categorias de Ecommerce

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

Total de produtos: {{sizeof($c->produtos)}}

@endforeach
@endsection