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)
@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)
@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