@extends('layouts.dashboardnew') @section('content')
@foreach($contenido as $blo)

{{$blo->titulo}}

{!! $blo->text_corto !!}
Leer más
@endforeach

Categorías

@foreach($categorias as $categoria)
@endforeach
@include('layouts.include.centro_aprendizaje_peque')
@endsection