@extends('layouts.app', ['title' => 'PMS · Preisupdate · ' . $run->title]) @section('content') @php $itemCountFmt = number_format($run->item_count, 0, ',', '.'); @endphp
| Tabelle | ID | Spalte | Alt | Neu | Diff |
|---|---|---|---|---|---|
| {{ $item->target_table }} | {{ $item->target_id }} | {{ $item->price_column }} | {{ number_format($item->old_price, 2, ',', '.') }} | {{ number_format($item->new_price, 2, ',', '.') }} | +{{ number_format($item->new_price - $item->old_price, 2, ',', '.') }} |