@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{ ___('common.payment_gateway_settings') }}

@csrf
{{-- Payment Gateway start --}}
@error('payment_gateway')
{{ $message }}
@enderror {{-- Payment Gateway end --}} {{-- PayPal Payment Mode start --}}
@error('paypal_payment_mode')
{{ $message }}
@enderror {{-- PayPal Payment Mode end --}}
{{-- Stripe KEY start --}}
@error('stripe_key')
{{ $message }}
@enderror
{{-- Stripe KEY end --}} {{-- Stripe SECRET start --}}
@error('stripe_secret')
{{ $message }}
@enderror
{{-- Stripe SECRET end --}}
{{-- PAYPAL SANDBOX API USERNAME start --}}
@error('paypal_sandbox_api_username')
{{ $message }}
@enderror
{{-- PAYPAL SANDBOX API USERNAME end --}} {{-- PAYPAL SANDBOX API PASSWORD start --}}
@error('paypal_sandbox_api_password')
{{ $message }}
@enderror
{{-- PAYPAL SANDBOX API PASSWORD end --}} {{-- PAYPAL SANDBOX API SECRET start --}}
@error('paypal_sandbox_api_secret')
{{ $message }}
@enderror
{{-- PAYPAL SANDBOX API SECRET end --}} {{-- PAYPAL SANDBOX API CERTIFICATE start --}}
@error('paypal_sandbox_api_certificate')
{{ $message }}
@enderror
{{-- PAYPAL SANDBOX API CERTIFICATE end --}}
{{-- PAYPAL LIVE API USERNAME start --}}
@error('paypal_live_api_username')
{{ $message }}
@enderror
{{-- PAYPAL LIVE API USERNAME end --}} {{-- PAYPAL LIVE API PASSWORD start --}}
@error('paypal_live_api_password')
{{ $message }}
@enderror
{{-- PAYPAL LIVE API PASSWORD end --}} {{-- PAYPAL LIVE API SECRET start --}}
@error('paypal_live_api_secret')
{{ $message }}
@enderror
{{-- PAYPAL LIVE API SECRET end --}} {{-- PAYPAL LIVE API CERTIFICATE start --}}
@error('paypal_live_api_certificate')
{{ $message }}
@enderror
{{-- PAYPAL LIVE API CERTIFICATE end --}}
@if (hasPermission('payment_gateway_settings_update')) @endif
@endsection @push('script') @endpush