@extends("layout.pages.app") @section("content")

Investigaciones

@foreach($investigaciones as $item)

{{$item->title}}
{{ ucfirst(Date::parse($item->date)->format('F')) }} {{ Date::parse($item->date)->format('Y') }}
autor}}
pdf)}}" target="_blank" alt="Descargar PDF"> {{$item->pdf}}
@if ($item->word) word)}}" target="_blank" alt="Descargar Word"> {{$item->word}} @endif

@endforeach {{-- --}}
@endsection