@extends('layouts.app') @section('content')
{{-- {!! __('user.payment.pay.title') !!} --}}
@include('video.layout.howto')
{!! __('user.payment.pay.title') !!}
@if(Session::has('success_profileUpdate_message')) @endif @if(Session::has('error_profileUpdate_message')) @endif
{!! __('content.payment.registration.videoName') !!}
{!! $video->name !!}
{!! __('content.payment.registration.videoUrl') !!}
{!! __('content.payment.registration.videoCategory') !!}
{!! __($video->category->name) !!}
{!! __('content.payment.competitionCycle') !!}
{!! $competition->start_date !!} - {!! $competition->end_date !!}
{!! __('content.payment.registration.fee') !!}
{!! $amount !!} {!! $currency !!}
{!! __('content.payment.paymentMethod') !!}
{{-- --}}
@csrf
{{-- PayPal fizetés --}}
@push('scripts') {{-- Stripe --}} @endpush @endsection