@extends('layouts.app') @section('content')
Pipeline de ofertas: scraping → texto formatado → publicação
Por plataforma (no recorte dos filtros atuais)
Nenhuma oferta encontrada com estes filtros.
| @endcan | # | Plataforma | Título / Produto | Preço | Status | Criada | Ações |
|---|---|---|---|---|---|---|---|
| @endcan | {{ $offer->id }} | {{ Str::upper($offer->platform) }} |
@if($offer->product_image_url)
{{ Str::limit($offer->product_title ?? 'Sem título', 70) }}
Fonte: {{ $offer->source?->name ?? 'manual' }}
|
@if($offer->product_price) R$ {{ number_format($offer->product_price, 2, ',', '.') }} @else — @endif | @include('admin.monitoring.offers.partials.table-status-cell', ['offer' => $offer]) | {{ $offer->created_at->format('d/m/Y H:i') }} | @include('admin.monitoring.offers.partials.table-actions-cell', ['offer' => $offer]) |