@extends('delivery_mercado.default') @section('content') Categorias @foreach($categorias as $key => $c) {{$c->nome}} @endforeach @endsection