@if($productt->type == 'License') @if($productt->platform != null)
  • {{ __("Platform") }}: {{ $productt->platform }}

  • @endif @if($productt->region != null)
  • {{ __("Region") }}: {{ $productt->region }}

  • @endif @if($productt->licence_type != null)
  • {{ __("License Type") }}: {{ $productt->licence_type }}

  • @endif @endif