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



@if ($carrusel->isNotEmpty())
@else
@endif
@if ($servicios->isEmpty())

No hay servicios disponibles.

@else @foreach ($servicios as $serviciodata) @endforeach @endif {{-- --}}
@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 !!}

{!! $titulo_noticiasdata->descripcion !!}

@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_programas->isEmpty())
INGRESE UN TÍTULO Y SU DESCRIPCIÓN DE LOS PROGRAMAS INSTITUCIONALES
@else @foreach ($titulo_programas as $titulo_programasdata)

{!! $titulo_programasdata->titulo !!}

{!! $titulo_programasdata->descripcion !!}

@endforeach @endif {{--

NUESTROS PROGRAMAS DE ESTUDIO

El IESTP CHINCHA ofrece programas de estudio que combinan teoría, práctica, talleres especializados.

--}}
CONOCE A NUESTROS

COORDINADORES


@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 {{--
¿POR QUÉ ESTUDIAR EN LA

ENTIDAD EDUCATIVA IESTP "CHINCHA"?

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

{!! $beneficiosdata->descripcion !!}

@endforeach @endif
@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 !!}

{!! $titulo_testimoniosdata->descripcion !!}

@endforeach @endif {{--
¿QUE OPINAN

NUESTROS ESTUDIANTES EN IESTP CHINCHA?

--}}
{{-- --}} @include('footer') @include('include.plugins-scripts')