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

Noticias

@foreach($notanteriores as $item)
@if(count($item->fotos))
fotos->first()->foto}}) 50% 50%; background-size: cover;">
@endif

{{ Date::parse($item->fecha)->format('d') }} de {{ Date::parse($item->fecha)->format('F') }}, {{ Date::parse($item->fecha)->format('Y') }}

{{$item->titulo}}

@endforeach
@endsection