@include('include.meta-favicon') @include('include.plugins-styles') Portal Web @include('navbar') @include('redes_sociales')


@if ($carrusel->isNotEmpty())
@else
@endif
@if ($titulo_estadisticas->isEmpty())
INGRESE UN TÍTULO Y SU DESCRIPCIÓN DE LAS ESTADÍSTICAS INSTITUCIONALES
@else @foreach ($titulo_estadisticas as $titulo_estadisticasdata)

{!! $titulo_estadisticasdata->descripcion !!}

@endforeach @endif {{--

BIENVENIDOS AL INSTITUTO DE EDUCACIÓN SUPERIOR TECNOLÓGICO PÚBLICO CHINCHA

Somos una institución de Educación Tecnológica de excelencia, formamos profesionales líderes y emprendedores con sólidos valores morales y éticos en su desempeño.

--}}
@if ($estadisticas->isEmpty())
No hay estadísticas disponibles en este momento.
@else @foreach ($estadisticas as $estadisticadata)

{{ $estadisticadata->descripcion }}

{{ $estadisticadata->cantidad }}

@endforeach @endif
@if ($titulo_programas->isEmpty())
INGRESE UN TÍTULO Y SU DESCRIPCIÓN DE LOS PROGRAMAS INSTITUCIONALES
@else @foreach ($titulo_programas as $titulo_programasdata)

{!! $titulo_programasdata->titulo !!}

@endforeach @endif
@foreach ($programas as $programa)
{{ $programa->nombre ?? 'Imagen no disponible' }}

{{ $programa->nombre }}

@endforeach
@if ($titulo_beneficios->isEmpty())
INGRESE UN TÍTULO Y SU DESCRIPCIÓN DE LOS BENEFICIOS INSTITUCIONALES
@else @foreach ($titulo_beneficios as $titulo_beneficiosdata)

{!! $titulo_beneficiosdata->titulo !!}

{!! $titulo_beneficiosdata->descripcion !!}

@endforeach @endif
@if ($beneficios->isEmpty())
@else @foreach ($beneficios as $beneficiosdata)
...

{!! $beneficiosdata->descripcion !!}

@endforeach @endif

NUESTROS SERVICIOS

@foreach ($servicios as $serviciodata)
Icono de Servicio

{!! $serviciodata->descripcion !!}

{!! $serviciodata->descripcion !!}

Ir a la página
@endforeach
{{-- AQUÍ --}} @if ($titulo_noticias->isEmpty())
INGRESE UN TÍTULO Y SU DESCRIPCIÓN DE LAS NOTICIAS INSTITUCIONALES
@else @foreach ($titulo_noticias as $titulo_noticiasdata)

{!! $titulo_noticiasdata->titulo !!}

@endforeach @endif {{--

NUESTRAS NOTICIAS

Explora las diversas actividades institucionales que se realizan en el IESTP - CHINCHA

--}}
@foreach ($ultimasNoticias as $noticia)
{{ $noticia->fecha }}

{{ $noticia->titulo }}

{{ \Illuminate\Support\Str::words($noticia->descripcion, 20, '...') }}

Leer Más…
@endforeach
@if ($titulo_testimonios->isEmpty())
INGRESE UN TÍTULO Y SU DESCRIPCIÓN DE LOS TESTIMONIOS DE LOS ESTUDIANTES
@else @foreach ($titulo_testimonios as $titulo_testimoniosdata)

{!! $titulo_testimoniosdata->titulo !!}

@endforeach @endif
@foreach ($titulo_testimonios as $titulo_testimoniosdata)

{!! $titulo_testimoniosdata->descripcion !!}

@endforeach EXPLORAR →
@php // Inicializa un array para las rutas de las imágenes $imagePaths = []; @endphp @foreach ($popup as $popupdata) @php // Asegúrate de que $popupdata->id existe y es válido if (!empty($popupdata->id)) { $imagePaths[] = '/inicio/popup/verFoto/' . $popupdata->id; } @endphp @endforeach {{-- @foreach ($popup as $popupdata) {!! $popupdata->foto !!} //esta foto debe ser reemplazada en la ruta del javascript de forma automatica y si hay varias debe reconocerl al momento de abrir el popup y bueno su logica y diseño esta bien, solo quiero colocar la ruta, ya porque en la bd si esta. @endforeach --}} <{{-- script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"> --}} @include('footer') @include('include.plugins-scripts')