@if(!$oldRecord)
@endif
@if($edit && $pvDetail->currency == 'USD')
@elseif ($edit && $pvDetail->currency_conversion_flag == 1)
@else
@endif
@if($edit)
@if(count($pvDetail->items) > 0)
@foreach($pvDetail->items as $item)
@endforeach
@else
@endif
@else
@endif
@if($edit)
{{-- @foreach($pvDetail->taxes as $tax) --}}
@foreach($countryList as $key => $country)
@endforeach
@else
@foreach($countryList as $key => $country)
@endforeach
@endif
@if($edit)
@if(count($pvDetail->splits) > 0)
@foreach($pvDetail->splits as $split)
@if($loop->index != 0)
@endif
@endforeach
@else
@endif
@else
@endif