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


@foreach($categorias as $c)

{{$c->nome}}

@endforeach
@endsection