@extends('layouts.admin') @section('page', $page) @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('style') @endsection @section('content')
@include('include.message')
@csrf
@if (!$errors->has('STRIPE_KEY') && !$errors->has('STRIPE_SECRET') && !$errors->has('STRIPE_WH_SECRET') && ($errors->has('PAYPAL_CLIENT_ID') || $errors->has('PAYPAL_SECRET') || $errors->has('PAYPAL_WEBHOOK_ID')))
@else
@endif
@if ($errors->has('STRIPE')) {{ $errors->first('STRIPE') }} @endif
@if ($errors->has('STRIPE_KEY')) {{ $errors->first('STRIPE_KEY') }} @endif
@if ($errors->has('STRIPE_SECRET')) {{ $errors->first('STRIPE_SECRET') }} @endif
@if ($errors->has('STRIPE_WH_SECRET')) {{ $errors->first('STRIPE_WH_SECRET') }} @endif
{{ __('Copy') }}
@if (!$errors->has('STRIPE_KEY') && !$errors->has('STRIPE_SECRET') && !$errors->has('STRIPE_WH_SECRET') && ($errors->has('PAYPAL_CLIENT_ID') || $errors->has('PAYPAL_SECRET') || $errors->has('PAYPAL_WEBHOOK_ID')))
@else
@endif
@if ($errors->has('PAYPAL')) {{ $errors->first('PAYPAL') }} @endif
@if ($errors->has('PAYPAL_MODE')) {{ $errors->first('PAYPAL_MODE') }} @endif
@if ($errors->has('PAYPAL_CLIENT_ID')) {{ $errors->first('PAYPAL_CLIENT_ID') }} @endif
@if ($errors->has('PAYPAL_SECRET')) {{ $errors->first('PAYPAL_SECRET') }} @endif
@if ($errors->has('PAYPAL_WEBHOOK_ID')) {{ $errors->first('PAYPAL_WEBHOOK_ID') }} @endif
{{ __('Copy') }}
@endsection