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


Lista de Categorias Nuvem Shop

@php if(sizeof($categorias) > 0) $categoria = $categorias[0]->name->pt; @endphp @foreach($categorias as $c)
@if($c->parent > 0)

Sub-categoria de : {{ $categoria }}

@endif @php if(!$c->parent) $categoria = $c->name->pt; @endphp
@endforeach
@endsection