@extends('layouts.pruebaplantilla') @section('titulo', 'SERVICIOS') @section('barra')
{{ $contenido->SER_DESCRIPCION }}
Publicado el {{ $contenido->created_at }}
Responsable: {{ $contenido->SER_RESPONSABLE }}
Contacto: {{ $contenido->SER_TELEFONO }}
Dirección: {{ $contenido->SER_DIRECCION }}
Correo: {{ $contenido->SER_EMAIL }}
Categoría: {{ $contenido->categoria->CAT_DESCRIPCION ?? $contenido->SER_CAT }}
Publicado: {{ $contenido->created_at }}