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


Subcategorias: {{$categoria->nome}}

@foreach($subs as $c)

{{$c->nome}}

@endforeach
@endsection