Materiales

@foreach($noticias as $archi)
{{$archi->titulo}}

{!! $archi->contenido !!}

@if($archi->pdf != null)

@endif

{{ $archi->created_at->diffForHumans() }}

@if($archi->archivo != null) @endif
@endforeach
@php $coloresCategorias = [ '2' => 'bg-danger', '3' => 'bg-primary', '4' => 'bg-warning text-dark', '5' => 'bg-info text-dark', '6' => 'bg-success', ]; @endphp @if($materiales->count() > 0)
@endif