@extends('layouts.master-layouts') @section('title') {{ __('Payment Gateway Key') }} @endsection @section('content') @component('components.breadcrumb') @slot('title') Payment Gateway @endslot @slot('li_1') Dashboard @endslot @slot('li_2') Payment Gateway @endslot @endcomponent
{{ __('Razorpay Information') }}
@csrf
@error('razorpay_key')
{{ $message }}
@enderror
@error('razorpay_secret')
{{ $message }}
@enderror
@if ($razorpay) @endif
{{ __('Stripe Information') }}
@csrf
@error('stripe_key')
{{ $message }}
@enderror
@error('stripe_secrets')
{{ $message }}
@enderror
@if ($stripe) @endif
@endsection @section('script') @endsection