@extends('layouts.'.env('THEME')) @section('moreStyle') @endsection @section('content') @if(!empty($area) && $area->isVoucher()) @endif

Enter your postcode

to view packages for your property

{!! Form::open([ 'url' => 'pricing', 'method' => 'get', 'id' => 'postcode_submit']) !!} {!! Form::hidden('referrer', $referrer ?? 'pricing_page') !!}
{!! Form::close() !!}
@if(!empty($packages))
@if(empty($postcode))

Standard pricing

(enter postcode above for actual prices)

@elseif(empty($area->packages))

Preliminary pricing

for {{ $postcode }}

@else

Broadband Packages

for {{ $postcode }}

@endif
Select contract length

Select contract type
@include('pricing.explanation_modal')
@endif
@endsection @section('script') @include('pricing.script') @endsection