@extends('admin.layouts.app') @section('title', 'Admin Setting') @section('section')

Setting Form

Site Settings

@csrf
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
{{-- start --}} {{--
Select Environment:
paypal_env == "Live") checked @endif value="Live"> Live   paypal_env == "Testing") checked @endif value="Testing"> Testing

Client ID:

Secret Key:
Select Environment:
stripe_env == "Live") checked @endif required id="" value="Live"> Live   stripe_env == "Testing") checked @endif required id="" value="Testing"> Testing

Publishable Key:

Secret Key:
--}} {{-- end --}} {{--
Paypalpaypal_check == "yes") checked @endif name="paypal_check" value="yes">
Stripestripe_check == "yes") checked @endif name="stripe_check" value="yes">
--}}
@endsection @section('script') @endsection