@extends('admin.layouts.app') @section('title', 'Dashboard') @section('styles') @endsection @section('content') {{-- ══ HERO DE BIENVENIDA ══ --}}
Gestiona el contenido de tu sitio desde aquí · Todo en un solo lugar
| Título | Tipo | Fecha | Estado |
|---|---|---|---|
| @php $tipoConfig = [ 'noticia' => ['bg'=>'#dbeafe','color'=>'#1d4ed8','icon'=>'bi-newspaper'], 'comunicado' => ['bg'=>'#fef3c7','color'=>'#b45309','icon'=>'bi-megaphone-fill'], 'convocatoria'=> ['bg'=>'#dcfce7','color'=>'#15803d','icon'=>'bi-person-plus-fill'], 'logro' => ['bg'=>'#ede9fe','color'=>'#7c3aed','icon'=>'bi-trophy-fill'], ]; $tc = $tipoConfig[$noticia->tipo] ?? ['bg'=>'#f1f5f9','color'=>'#64748b','icon'=>'bi-dot']; @endphp {{ $noticia->tipo_label ?? ucfirst($noticia->tipo) }} | {{ $noticia->fecha_publicacion->format('d/m/Y') }} | @if($noticia->activo) @else @endif | |
| Sin publicaciones Crear primera → | |||