@extends('layouts.app') @section('content')
Título: {{ $offer->product_title ?? '—' }}
Preço: @if($offer->product_price) R$ {{ number_format($offer->product_price, 2, ',', '.') }} @else — @endif
Produto ID: {{ $offer->product_id }}
Fonte: {{ $offer->source?->name ?? 'manual' }}
{{ $offer->original_url }}
@if($offer->formatted_text){{ $offer->formatted_text }}
@else
Publicada em {{ $offer->posted_at->format('d/m/Y H:i') }} ({{ $offer->posted_at->diffForHumans() }})
@endif| Destino | Status | Tentativas | @can('monitoring.offers.manage')@endcan |
|---|---|---|---|
|
{{ $target->channel_name ?: $target->channel_identifier }}
{{ $target->platform }} |
@if($hasSuccess) OK @elseif($isGivenUp) Desistido @elseif($failCount > 0) Falhou @else Pendente @endif | {{ $targetLogs->count() }} | @can('monitoring.offers.manage')@if(!$hasSuccess) @endif | @endcan
| {{ Str::limit($lastError, 100) }} | |||
Nenhuma tentativa de publicação ainda.
@else