@extends('loja.default', ['title' => 'Home']) @section('content') Home @foreach($categorias as $c) @if($c->hash_ecommerce) {{ $c->nome }} @endif @endforeach
{{ $p->categoria ? $p->categoria->nome : 'Geral' }}