@extends('layouts.base') @section('content')
@csrf

{{__('Checkout')}}


{{ __('Billing details') }}


Platební metody

{{__('You will be redirected to Stripe.')}}

{!!__("By clicking to Pay button, you're agreeing to our Terms of Service and Privacy Policy.")!!}

{{__('Order summary')}}
{{ number_format($pack->price, 2, ",") }}€

{{ '@' . session()->get('username') }}

{{ $pack->amount }} followers
{{ number_format($pack->price, 2, ",") }}€
{{ $pack->upsell_amount }} followers
{{ number_format($pack->upsell_price, 2, ",") }}€
{{__('Add')}} {{ $pack->upsell_amount }} followers {!!__('and save 40%')!!}
{{__('Your discount')}}
-38
{{__('Total to pay')}}
{{ number_format($pack->price, 2, ",") }}€
{{__('Add a coupon code')}}

{{__('Top quality')}}
{{__("Followers won't disappear")}}
{{__('100% Instant Delivery')}}
{{__('No password required')}}
{{__('We are a trusted shop')}}
@endsection @section('scripts') @if (Session::has('coupon')) @endif @endsection