@extends('frontend.layouts.master') @php $defualt = get_default_language_code()??'en'; $default_lng = 'en'; @endphp @push('css') @endpush @section('content')
@csrf
{{ @$payment_link->title }} @if (@$payment_link->type == 'sub') ({{ @$payment_link->qty }}) @endif
{{ @$payment_link->currency_symbol }}
@if (@$payment_link->type == 'sub') @else @if ($payment_link->limit == 1) @else @endif @endif
@if ($payment_link->type == payment_gateway_const()::LINK_TYPE_PAY) @if ($payment_link->limit == 1) {{ get_amount($payment_link->min_amount, @$payment_link->currency) }} - {{ get_amount($payment_link->max_amount, @$payment_link->currency) }} @endif @endif
@if ($payment_link->type == payment_gateway_const()::LINK_TYPE_PAY)
@if ($payment_link->image) Link Image @else Link Image @endif
@endif
{{ __('Pay with Debit & Credit Card') }}

{{ __('Securely save my inforation for 1-click checkout') }} {{ __('Pay faster on') }} {{ @$payment_link->user->address->company_name }} {{ __('and everywhere Link is accepted') }}

@endsection @push("script") @endpush