Noticias: @if (Auth::user()->perfil_id == 1) + Agregar @endif

@if ($noticias->count()) @if (Auth::user()->perfil_id == 1) @endif @foreach ($noticias as $noticia) @if (Auth::user()->perfil_id == 1) @endif @endforeach
Titulo Descripcion Vencimiento Ver Detalles
{{$noticia->titulo}} {{substr($noticia->descripcion, 0, 100)}} @if ($noticia->vencimiento) {{$noticia->vencimiento}} @else Sin vencimiento @endif Editar
{{$noticias->links('vendor.livewire.tailwind-lixuf')}}
@else
No hay resultados para la busqueda {{$search}}
@endif