@extends('layouts.app') @section('title', __('Analysis pricing')) @section('page-title', __('Analysis pricing')) @section('page-subtitle', __('Flat per-analysis price + automatic volume discount + monthly floor.')) @section('content') @if(session('status'))
{{ __('Each completed analysis is billed at the standard rate for the first :n of the calendar month, then at the volume rate from the :n2-th onward. Every tenant pays at least the monthly minimum, even if they ran no analyses that month.', ['n' => $config['bulk_threshold'], 'n2' => $config['bulk_threshold'] + 1]) }}
{{ __('Empty fields inherit the global value above. Use for enterprise contracts.') }}
| {{ __('Tenant') }} | {{ __('Standard') }} | {{ __('Volume') }} | {{ __('Threshold') }} | {{ __('Floor') }} | {{ __('VAT %') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|
| {{ __('No tenants yet.') }} | ||||||