日付 | 項目 | 担当者 | 変更前 | 変更後 |
---|---|---|---|---|
{{ isset($item['updated_date']) ? Carbon::parse($item['updated_date'])->format('Y.m.d') : "" }} | {{ $item['field_name'] }} | {{ isset($item['input_charge_id']) ? \App\Service\UserService::getUserName($item['input_charge_id']) : "" }} | {{ is_numeric($item['old_price']) ? number_format($item['old_price']) : '' }} | {{ is_numeric($item['price']) ? number_format($item['price']) : '' }} |
変更履歴が存在しません。 |
日付 | 項目 | 担当者 | 変更前 | 変更後 |
---|---|---|---|---|
{{ isset($item['updated_date']) ? Carbon::parse($item['updated_date'])->format('Y.m.d') : "" }} | {{ $item['field_name'] }} | {{ isset($item['input_charge_id']) ? \App\Service\UserService::getUserName($item['input_charge_id']) : "" }} | {{ is_numeric($item['old_price']) ? number_format($item['old_price']) : '' }} | {{ is_numeric($item['price']) ? number_format($item['price']) : '' }} |
変更履歴が存在しません。 |