@if(!empty($requirements))
@foreach($requirements as $requirement)
@endforeach
@else
@if(empty($bacs_pms) || sizeof($bacs_pms) == 0)
@else
@include('champion.billing.payment_method')
@endif
@if(!empty($stripe_invoices))
@include('champion.billing.invoices')
@endif
@if(!empty($pre_subscription) && empty($lead->activeSubscription()) && !$lead->hasUnpaidInvoice())
@include('champion.billing.commit')
@elseif($lead->subscriptions->count() == 0)
We still have work to do
We are still working on our network build in your area. We will send you updates as we progress but please feel free to contact us directly with any questions.
@else
@include('champion.billing.overview')
@endif
@endif