@extends('layout.admin') @section('title', 'Noticias') @section('content')

Noticias

Gestión de noticias para FICG.

@if(count($objects_es) < 1)

No hay objetos.

@endif @foreach ($objects_es as $object)
{{--
--}}
{{ $object->name }}
{{--
Cineteca
--}}
@endforeach
{!! $objects_es->links() !!}

Gestión de noticias en inglés para FICG.

@if(count($objects_en) < 1)

No hay objetos.

@endif @foreach ($objects_en as $object)
{{--
--}}
{{ $object->name }}
{{--
Cineteca
--}}
@endforeach
@php $parents = $objects_es; @endphp @foreach ($objects_es as $object) @endforeach @php $parents = $objects_es; @endphp @foreach ($objects_en as $object) @endforeach
@csrf
@endsection @push('scripts') @endpush @push('styles') @endpush