@extends('user.layout') @php $selLang = \App\Models\User\Language::where([['code', request()->input('language')], ['user_id', \Illuminate\Support\Facades\Auth::guard('web')->user()->id]])->first(); $userDefaultLang = \App\Models\User\Language::where([['user_id', \Illuminate\Support\Facades\Auth::guard('web')->user()->id], ['is_default', 1]])->first(); $userLanguages = \App\Models\User\Language::where('user_id', \Illuminate\Support\Facades\Auth::guard('web')->user()->id)->get(); @endphp @if (!empty($selLang) && $selLang->rtl == 1) @section('styles') @endsection @endif @section('content')
@csrf
{{ __('Paypal') }}
@csrf
@php $paypalInfo = json_decode($paypal->information, true); @endphp
@if ($errors->has('client_id'))

{{ $errors->first('client_id') }}

@endif
@if ($errors->has('client_secret'))

{{ $errors->first('client_secret') }}

@endif
@csrf
Stripe
@csrf @php $stripeInfo = json_decode($stripe->information, true); @endphp
@if ($errors->has('key'))

{{ $errors->first('key') }}

@endif
@if ($errors->has('secret'))

{{ $errors->first('secret') }}

@endif
@csrf
Paytm
@csrf @php $paytmInfo = json_decode($paytm->information, true); @endphp
@if ($errors->has('environment'))

{{ $errors->first('environment') }}

@endif
@if ($errors->has('secret'))

{{ $errors->first('secret') }}

@endif
@if ($errors->has('merchant'))

{{ $errors->first('merchant') }}

@endif
@if ($errors->has('website'))

{{ $errors->first('website') }}

@endif
@if ($errors->has('industry'))

{{ $errors->first('industry') }}

@endif
@csrf
Instamojo
@csrf @php $instamojoInfo = json_decode($instamojo->information, true); @endphp
@if ($errors->has('key'))

{{ $errors->first('key') }}

@endif
@if ($errors->has('token'))

{{ $errors->first('token') }}

@endif
@csrf
Paystack
@csrf @php $paystackInfo = json_decode($paystack->information, true); @endphp
@if ($errors->has('key'))

{{ $errors->first('key') }}

@endif
@csrf
Flutterwave
@csrf @php $flutterwaveInfo = json_decode($flutterwave->information, true); @endphp
@if ($errors->has('public_key'))

{{ $errors->first('public_key') }}

@endif
@if ($errors->has('secret_key'))

{{ $errors->first('secret_key') }}

@endif
@csrf
Mollie Payment
@csrf @php $mollieInfo = json_decode($mollie->information, true); @endphp
@if ($errors->has('key'))

{{ $errors->first('key') }}

@endif
@csrf
Razorpay
@csrf @php $razorpayInfo = json_decode($razorpay->information, true); @endphp
@if ($errors->has('key'))

{{ $errors->first('key') }}

@endif
@if ($errors->has('secret'))

{{ $errors->first('secret') }}

@endif
@csrf
Authorize.Net
@csrf @php $anetInfo = json_decode($anet->information, true); @endphp
@if ($errors->has('login_id'))

{{ $errors->first('login_id') }}

@endif
@if ($errors->has('transaction_key'))

{{ $errors->first('transaction_key') }}

@endif
@if ($errors->has('public_key'))

{{ $errors->first('public_key') }}

@endif
@csrf
Mercadopago
@csrf @php $mercadopagoInfo = json_decode($mercadopago->information, true); @endphp
@if ($errors->has('token'))

{{ $errors->first('token') }}

@endif
@endsection