@if($edit)
@foreach($countryTaxList as $country)
@endforeach
@else
@foreach($countryTaxList as $key => $country)
@endforeach
@endif
@if($edit)
@if(count($pcDetail->debitSplits) > 0)
@foreach($pcDetail->debitSplits as $split)
@endforeach
@else
@endif
@else
@endif