@extends('front.layouts.main') @section('content')

{{@$gcompany->company_name}}

Subscription & Billing Info

@php $totalMember = $member + $newMembers; @endphp @if($subscription && @$subscription->status=='active')

Account Status : @if(@$subscription->current_period_end > strtotime(date("Y-m-d"))) {{ucfirst(@$subscription->status)}}

Max. Team Members : {{$subscription->total_member}}

Active Team Members : {{$member}}

{{ucfirst(@$subscription->plan_type)}} subscription

@if(@$company->sub_type !='2')

Estimated Bill : @if(@$subscription->plan_type=='monthly') ${{$member*20}} @else ${{$member*200}} @endif

@endif

Subscription Expiry Date : {{date('F d Y',@$subscription->current_period_end)}}

@if(@$subscription->status=='active' && @$company->sub_type !='2')
{{csrf_field()}}
@endif @if(@$newMembers > 0 && @$company->sub_type !='2')

{{$newMembers}} New Team Members Registered: Make Payment for instant access.

@endif @else

Your subscription has been expired, subscribe now.

Total Team Members : {{$member}}

@if(@$company->sub_type !='2')

Annual or Monthly subscription

Estimated Bill : ${{$member*20}} (Monthly) OR ${{$member*200}} (Annual)

@endif @endif @elseif($subscription && @$subscription->status=='canceled')

Account Status : {{ucfirst(@$subscription->status)}}

Total Team Members : {{$totalMember}}

Previous Subscription : {{ucfirst(@$subscription->plan_type)}} subscription

@if(@$company->sub_type !='2')

Estimated Bill : @if(@$subscription->plan_type=='monthly') ${{$totalMember*20}} @else ${{$totalMember*200}} @endif

@endif

Subscription Expiry Date : {{date('F d Y',@$subscription->current_period_end)}}

@else

Account Status : @if((@$trial->running_days) >= 0) @if(@$trial->running_days!=0) Free Trial, only {{@$trial->running_days}} days left subscribe now. @else Free Trial expiring today. Subscribe now. @endif @else Free trial has been expired. Subscribe now @endif

Total Team Members : {{$newMembers}}

Annual or Monthly subscription

Estimated Bill : ${{$newMembers*20}} (Monthly) OR ${{$newMembers*200}} (Annual)

@endif
@if(@$subscription->current_period_end < strtotime(date( "Y-m-d")) || @$subscription->status == 'canceled') @if($subscription) @if(@$company->sub_type !='2')

Pricing : Simple! No levels to chose from, just pick how often you would like to be billed. Start a monthly subscription or get 2 months free by paying annually!

@include('front.company.paymentform')

Features:

  • Customizable Report Templates
  • Unlimited Projects
  • Voice-to-text
  • Company Branded Reports
  • Automatically Emailed Reports
  • Cloud service Integration
  • Automatic Weather Capture
  • Unlimited HD Photos
  • 10 Year Data Backup & Storage
  • Phone and Email Support
@endif @else

Pricing : Simple! No levels to chose from, just pick how often you would like to be billed. Start a monthly subscription or get 2 months free by paying annually!

@include('front.company.paymentform')

Features:

  • Customizable Report Templates
  • Unlimited Projects
  • Voice-to-text
  • Company Branded Reports
  • Automatically Emailed Reports
  • Cloud service Integration
  • Automatic Weather Capture
  • Unlimited HD Photos
  • 10 Year Data Backup & Storage
  • Phone and Email Support
@endif @endif

Pricing FAQ

What types of payment do you accept?

We accept all major credit cards. If another payment method is needed, please contact us at sales@constructiondailyreports.com or call us at 619-631-8820

Do I have to sign a long term contract?

No. You have the option of paying month to month or you can pay for the year and get 2 months free!

What counts as a user?

Each registered team member counts as a user. You are free to add or remove users at any time. Your account will be charged based on the current total number of users.

Who does CDR work with?

Typically we work with General contractors in the commercial, residential, and industrial fields. We also work with subcontractors, government contractors, trade specialists, and others in the construction sector. We have seen creative uses for our software outside of the construction industry because of CDR’s customizability.

Have questions or need help?

Call us at 619-631-8820 or email us at sales@constructiondailyreports.com

@endsection