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

{{ __('Checkout') }}


{{ __('Billing details') }}


Metody płatności

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

Twoje dane osobowe będą użyte do przetworzenia twojego zamówienia, obsługi twojej wizyty na naszej stronie oraz dla innych celów o których mówi nasza polityka prywatności.

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

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

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

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