@if ($sale_history != null && count($sale_history) > 0) @foreach ($sale_history as $item) @endforeach @else @endif
日付 項目 担当者 変更前 変更後
{{ 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']) : '' }}
変更履歴が存在しません。

×

@if ($history != null && count($history) > 0) @foreach ($history as $item) @endforeach @else @endif
日付 項目 担当者 変更前 変更後
{{ 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']) : '' }}
変更履歴が存在しません。

×