@extends('layouts.app') @section('content')

{{config('app.name', 'MEGACEL') }}
Categorias Registradas

@foreach($categorias as $cat) @endforeach
# Codigo Nombre Tipo de Venta
{{$cat->id}} {{$cat->nombre}} {{$cat->tipo}}
@endsection