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

Slider Principal "Cubos"

Gestión de slider principal "cubos" en español para FICG.

@if(count($objects_es) < 1)

No hay objetos.

@endif @foreach ($objects_es as $object)
{{ $object->title }}
{{--
Cineteca
--}}
@endforeach

Gestión de slider principal "cubos" en inglés para FICG.

@if(count($objects_en) < 1)

No hay objetos.

@endif @foreach ($objects_en as $object)
{{ $object->title }}
{{--
Cineteca
--}}
@endforeach
@php $is_the_first_one = true; @endphp @foreach ($objects_en as $object) @php $is_the_first_one = false; @endphp @endforeach @php $is_the_first_one_es = true; @endphp @foreach ($objects_es as $object) @php $is_the_first_one_es = false; @endphp @endforeach
@endsection @push('scripts') @endpush