@props(['package', 'active', 'isVoucher', 'pclass'])
{{ $package->title }} @if(!$package->isBespoke()) {!! $package->priceMonthly() !!} {{ $package->getDownSpeedUnit() }} @endif
@if(!$package->isBespoke()) {!! $package->priceMonthly() !!} @endif {!! $package->getDescription($isVoucher) !!} @if(!$package->isBespoke())
  • {!! $package->getDownSpeedUnit() !!} download and upload (average speed)
  • {!! $package->length !!}
  • {!! $package->getInstallationPrice($isVoucher) !!}
  • {!! $package->getActivationPrice($isVoucher) !!}
  • @if($package->static_ip >= 0)
  • {!! $package->getStaticIpPrice($isVoucher) !!}
  • @endif @foreach($package->getFeatures() as $feature)
  • {!! $feature !!}
  • @endforeach
@endif
click for more details