@extends('admin.layouts.app') @section('panel')
@forelse($historicalPrices as $historicalPrice) @empty @endforelse
@lang('Date') @lang('Price') @lang('Action')
{{ $historicalPrice->date }} {{ showAmount($historicalPrice->price) }}
{{ __($emptyMessage) }}
@if ($historicalPrices->hasPages()) @endif
@endsection @push('script') @endpush @push('breadcrumb-plugins') @endpush