@extends('layouts.app') @section('content')

Crypto swap Settings

@csrf
Exchange Fee
@if ($settings->currency != '$')
{{ $settings->s_currency }}/USD Rate
This rate will be used to calculate your users crypto equivilent in your chosen currency.
@endif
@include('admin.Settings.Crypto.assets')
Asset Name Asset Symbol Status Option
Be sure that non of your users have balances greater than 0 in thier asset account before you disable the asset.
@endsection @push('scripts') @endpush