@extends(tt('layout.blade.php')) @push('header') @at(tt('assets/styles/pages/lk/index.scss')) @endpush @section('title') {{ !empty(page()->title) ? page()->title : __('lk.page.title') }} @endsection @push('content') @navbar
@navigation @breadcrumb @editor @stack('container')
@if (sizeof($payments) > 1 || (sizeof($payments) === 1 && sizeof($currencies) > 1))

@t('lk.page.choose_gateway')

@if (sizeof($currencies) > 1)
    @foreach ($currencies as $key => $item)
  • @endforeach
@endif
@foreach ($payments as $key => $val) @endforeach
@endif

@t('lk.page.put_amount_and_promo')

@flash
@csrf
input('sum') && (int) request()->input('sum') >= config('lk.min_amount')) value="{{ request()->input('sum') }}" @endif placeholder="@t('lk.page.placeholder_amount')" id="amount">
@if (config('lk.oferta_view'))
@endif

@t('lk.process_in_new_window')

@t('lk.success.sucess_payment')

@t('lk.error.fail_payment')

@endpush @push('footer') @at(tt('assets/js/pages/lk.js')) @endpush @footer