| {!! $index === 0 ? '' : '' !!} | @if($data['isMultipleRegions'])
{{ $address['region_name'] }}
|
@endif
{{ $address['city_name'] }} @php $currentRegion = $address['region_name']; @endphp @else {{ ', ' . $address['city_name'] }} @endif @endforeach @if(!is_null($currentRegion)) |