{!! __('products::product.price_history.title') !!}
@if ($history->isNotEmpty()) @foreach ($history as $item) @endforeach
{!! __('products::product.price_history.price') !!} {!! __('products::product.price_history.date') !!}
@if ($item->price !== null) {!! price_format($item->price, $item->currency) !!} @if ($item->price_old !== null) {!! price_format($item->price_old, $item->currency) !!} @endif @else - @endif {!! $item->created_at->format('d.m.Y') !!}
@else {!! __('products::product.price_history.no_results') !!} @endif