@extends('admin.layouts.app') @push('css') @endpush @section('content')
{{ $stat['label'] }}
| Producto | Título ML | ML ID | Precio | Margen | Stock | Estado | Sync | Acciones | |
|---|---|---|---|---|---|---|---|---|---|
|
@if($pub->url_image)
|
{{ $pub->co_arti }}
@if($pub->stock)
{{ \Illuminate\Support\Str::limit($pub->stock->DESCRI ?? '', 30) }} @endif |
{{ \Illuminate\Support\Str::limit($pub->titu_publ, 40) }} | @if($pub->ml_id) @if($pub->ml_link) {{ $pub->ml_id }} @else {{ $pub->ml_id }} @endif @else - @endif | ${{ number_format($pub->prec_publ, 2, ',', '.') }} | @if($pub->cost_snapshot > 0) @php $margin = $pub->computed_margin; @endphp @if($margin < 0) {{ number_format($margin, 1, ',', '.') }}% @elseif($margin < 15) {{ number_format($margin, 1, ',', '.') }}% @else {{ number_format($margin, 1, ',', '.') }}% @endif @else — @endif | {{ $pub->stck_actu }} | @switch($pub->estado) @case('active') Activa @break @case('paused') Pausada @break @case('closed') Cerrada @break @default Borrador @endswitch |
@if($pub->isPublished())
|
|
No hay publicacionesCrear Primera Publicación |
|||||||||