@extends('layouts.app') @section('site_title', formatTitle([__('Pricing'), config('settings.title')])) @section('content')
@include('shared.message')

{{ __('Pricing') }}

{{ __('Simple, traffic-based pricing.') }}

@include('shared.pricing')

{{ __('Frequently asked questions') }}

{{ __('What forms of payment do you accept?') }}
{{ __('We support all the major credit cards such as Visa, Mastercard, Maestro, American Express, etc.') }}
{{ __('Can I change plans?') }}
{{ __('Yes, you can change your plan at any time.') }} {{ __('Upon switching plans, your current subscription will be cancelled immediately.') }}
{{ __('Can I cancel my subscription?') }}
{{ __('Yes, you can cancel your subscription at any time.') }} {{ __('You\'ll continue to have access to the features you\'ve paid for until the end of your billing cycle.') }}
{{ __('What happens when my subscription expires?') }}
{{ __('Once your subscription expires, you\'ll lose access to all the subscription features.') }}

{{ __('Still have questions?') }}

{{ __('Contact us') }}
@include('shared.sidebars.user') @endsection