Metody Płatności:
@if (session()->has('coupon'))
{{ __('You have an activated 25% discount. The discount will be automatically applied at checkout.') }}
@endif
@yield('content')
@yield('scripts')