@extends('layouts/layoutMaster') @section('title', 'Salud de embeds') @section('content')
| Post | Embeds afectados | Acciones |
|---|---|---|
|
{{ $post->title }}
/{{ $post->slug }}
Actualizado: {{ optional($post->updated_at)->format('Y-m-d H:i') }}
|
@foreach($row['embeds'] as $embed)
{{ $embed['title'] ?? 'Anuncio no disponible' }}
ID embed: {{ $embed['id'] ?? 'sin id' }} ยท {{ $embed['city'] ?? 'Marketplace' }}
{{ $embed['summary'] ?? 'Este anuncio ya no esta disponible y conviene reemplazarlo.' }}
@if(!empty($embed['cta_url']))
Abrir alternativa
@endif
@if(!empty($embed['detail_url']))
Abrir ficha
@endif
|
Editar post
{{ $row['count'] }} embed(s) por resolver
|