@extends('template.layout') @section('styles') @endsection @section('content')

Comunidad

{{ config('constants.INSTITUCIONES')[config('constants.GENERAL.INSTITUCION')] }}

Categorías

@if (!empty($categorias) && count($categorias) > 0 ) @foreach($categorias as $categoria)
{{ $categoria->nombre }}
{{ $categoria->descripcion }}
@endforeach @else @endif

Mis Temas

Creados
Mis temas creados
Favoritos
Temas favoritos
@endsection @section('scripts') @endsection