@extends('website.partials.app') @section('canonical', route('website.plans')) @push('css') @endpush @section('content')

Plans for your address

@if($address)

{{ $address }}

@endif @if(!($dualMode ?? false))

{{ $type === 'community_fibre' ? 'Community Fibre' : 'NBN' }}

@endif @if($dualMode ?? false)
@endif
Check another address
@csrf
{{-- --}} @push('scripts') @endpush @endsection