@extends(getTemplate() . '.panel.layouts.panel_layout') @push('styles_top') @endpush @section('content')

Subscribe to {{ $package->title }}

1 100
1 seats
Base Price per Seat {{ handlePrice($package->price) }}
Number of Seats 1
Volume Discount 0%
Price per Seat After Discount {{ handlePrice($package->price) }}
Total {{ ucfirst($package->billing_period) }} Charge {{ handlePrice($package->price) }}
Billing Period {{ ucfirst($package->billing_period) }}
Volume Discounts:
1-19 seats: Standard pricing
20-40 seats: 5% discount
41-60 seats: 10% discount
61+ seats: 15% discount
@csrf
@endsection @push('scripts_bottom') @endpush