単価履歴 {{-- contents --}}
{{-- tab --}} @include('user.sales.price.partials.tab', ['tabIndex'=>1])
{{-- main --}}
{{-- | header --}} {{-- | list --}}
{{-- データリスト --}} @if(is_null($details) || $details->isEmpty())
@else @foreach($details as $row) @endforeach @endif