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

{{__('Checkout')}}


{{ __('Billing details') }}


{{__("Payment methods")}}

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

{!!__('privacy-info')!!}

{{__('Order summary')}}
{{ number_format($pack->price, config("app.decimal"), ",") }}{{config("app.currency")}}

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

{{ $pack->amount }} {{__('likes')}}
{{ intval($pack->amount / $posts) }} {{__('likes')}} / {{ $posts }} {{__('posts')}}
{{ number_format($pack->price, config("app.decimal"), ",") }}{{config("app.currency")}}
+{{ intval($pack->upsell_amount) }} {{__('likes')}}
+{{ intval($pack->upsell_amount / $posts) }} {{__('likes')}} / {{ $posts }} {{__('posts')}}
{{ number_format($pack->upsell_price, config("app.decimal"), ",") }}{{config("app.currency")}}
{{__('Add')}} {{ intval($pack->upsell_amount) }} {{__('likes')}} {!!__('and save 40%')!!}
{{__('Your discount')}}
-38
{{__('Total to pay')}}
{{ number_format($pack->price, config("app.decimal"), ",") }}{{config("app.currency")}}
{{__('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