@extends('app') @section('title', 'Płatność – Verve') @section('content')

{{ __('shop.summary_payment') }}

{{ __('shop.stripe_redirect_info') }}

{{-- LEGAL CHECKBOXES - WYMAGANE PRZEZ STRIPE --}}

{{ __('shop.right_to_return') }} {{ __('shop.return_14_days') }} {{ __('shop.refund_policy') }}.

@push('scripts') @endpush @endsection