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