@extends('frontend::page') @section('content')
@lang('general.choose_payment_method')
Amount to be Paid: {{$settings['payment_currency_symbol']}}{{$link_query->price}} @foreach($payment_methods as $payment) @if($payment->subscription == '0' && ($payment->id != '3' || $link_query->price >= '0.5')) @lang('general.'.$payment->title) @endif @endforeach
@endsection