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

{{__('Checkout')}}


{{ __('Billing details') }}


Metody płatności

  • After clicking “Pay Now”, you will be redirected to Stripe to complete your purchase 100% securely.

{{__('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, ",") }}zł

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

{{ $pack->amount }} {{__('likes / 30 days')}}
{{ number_format($pack->price, 2, ",") }}zł
+{{ intval($pack->upsell_amount) }} {{__('likes / 30 days')}}
{{ number_format($pack->upsell_price, 2, ",") }}zł
{{__('Add')}} {{ intval($pack->upsell_amount) }} {{__('likes / 30 days ')}} {!!__('and save 40%')!!}
{{__('Your discount')}}t
-38
{{__('Total to pay')}}
{{ number_format($pack->price, 2, ",") }}zł
{{__('Add a coupon code')}}

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