@props(['type', 'packages', 'postcode'])
@foreach($packages as $package)
@if($package['type'] != $type) @continue @endif
-
{!! $package->title !!}
-
Speed
Up to {!! $package->getDownSpeedUnit() !!} download
Up to {!! $package->getUpSpeedUnit() !!} upload
Explanation - click here
- {!! $package->length !!}
-
{!! $package->priceMonthly() !!}
@endforeach