@extends('layouts.pruebaplantilla') @section('titulo', 'SERVICIOS') @section('barra')
@endsection @section('contenido')

SERVICIOS

Talleres
Conferencias
Pláticas
Foros
Seminarios
Congresos
Simposio
Convención
Coloquio
@foreach ($data as $contenido)
@php $driveId = null; if ($contenido->SER_LINK_IMAGEN) { preg_match('/\/d\/([a-zA-Z0-9_-]+)/', $contenido->SER_LINK_IMAGEN, $matches); $driveId = $matches[1] ?? null; } @endphp @if($driveId) {{ $contenido->SER_TITULO }} @else Sin imagen @endif
{{ $contenido->SER_TITULO }}

{{ $contenido->SER_DESCRIPCION }}

Publicado el {{ $contenido->created_at }}

@endforeach
{{ $data->links() }} @endsection