@extends('admin.layout') @section('content')
{{ $errors->first('key') }}
{{ $errors->first('status') }}
{{ $errors->first('secret_key') }}
{{ $errors->first('perfect_money_wallet_id') }}
{{ __('You will get wallet id form here') }}
{{ $errors->first('public_key') }}
{{ $errors->first('secret') }}
{{ $errors->first('token') }}
{{ $errors->first('is_production') }}
{{ $errors->first('server_key') }}
{{ __('Your Success URL') }} : {{ route('midtrans.bank_notify') }}
{{ __('Your Cancel URL') }} : {{ route('midtrans.cancel') }}
{{ __('Set these URLs in Midtrans Dashboard like this') }} :
{{ $errors->first('sandbox_status') }}
{{ $errors->first('client_id') }}
{{ $errors->first('client_secret') }}
{{ $errors->first('api_key') }}
{{ __('Cron Job Command') }} : curl -sS {{ route('cron.check_payment') }}
curl -sS {{ route('cron.check_payment') }}
{{ __("without cronjob setup, Iyzico payment method won't work") }}
{{ $errors->first('category_code') }}
{{ $errors->first('profile_id') }}
{{ $errors->first('api_endpoint') }}
{{ __("You will get your 'API Endpoit' from PayTabs Dashboard") . '.'}}
{{ $errors->first('merchant_id') }}
{{ $errors->first('salt_key') }}
{{ $errors->first('salt_index') }}
{{ $errors->first('environment') }}
{{ $errors->first('merchant') }}
{{ $errors->first('website') }}
{{ $errors->first('industry') }}
{{ $errors->first('login_id') }}
{{ $errors->first('transaction_key') }}