@extends('admin.layouts.master') @section('content')
Settings

Stripe Configuration

Stripe is used to send or receive payment from client.

stripe_key)) ? value="{{ $settings->stripe_key }}" : value="{{ old('key') }}" @endif placeholder="Enter Stripe Key">
stripe_secret)) ? value="{{ $settings->stripe_secret }}" : value="{{ old('secret') }}" @endif placeholder="Enter Stripe Secret">
currency)) ? value="{{ $settings->currency }}" : value="{{ old('currency') }}" @endif placeholder="Enter currency ($,₹,...)">
@endsection