{{ config('app.name') }}

{{ auth()->user()->name }}
@csrf

Order Summary

{{ $plan->title }}

{{ $plan->frequency_label }} Subscription

${{ number_format($plan->price ?? 0, 2) }}

per {{ strtolower($plan->frequency_label) }}

What's included:

    @if($plan->pipeline_count)
  • {{ $plan->pipeline_count }} Pipelines
  • @endif @if($plan->pipeline_runs)
  • {{ number_format($plan->pipeline_runs) }} Pipeline Runs
  • @endif @if($plan->data_volume_processed)
  • {{ $plan->data_volume_processed }}GB Data Processing
  • @endif @if($plan->max_users)
  • {{ $plan->max_users }} Maximum Users
  • @endif @if($plan->included_monthly_pipeline_hours)
  • {{ $plan->included_monthly_pipeline_hours }}h Monthly Pipeline Hours
  • @endif
Total ${{ number_format($plan->price ?? 0, 2) }}

Billed {{ strtolower($plan->frequency_label) }}

Payment Information

@csrf
Your payment information is secure and encrypted