@extends('layouts.app') @section('content')
{{ __('Select Payment Method') }}
@if($siteSetting->is_paypal_active) @endif @if($siteSetting->is_stripe_active) @endif @if($siteSetting->is_razorpay_active) @endif @if($siteSetting->is_paytm_active) @endif
@endsection