@extends('admin.layouts.app') @section('title', 'Payment Settings') @section('breadcrumb')
  • Settings
  • Payment
  • @endsection @section('heading', 'Payment Settings') @section('subheading', 'Configure payment gateways and API keys.') @section('content')
    @csrf {{-- Razorpay --}}

    Razorpay

    {{-- Stripe --}}

    Stripe

    {{-- PayU --}}

    PayU

    {{-- General Payment Settings --}}

    General Payment Settings

    @endsection @section('scripts') @endsection