@extends('backend.layouts.app') @section('title', __('Marketplace Settings')) @push('styles') @php $p2pAdminCssVersion = config('app.version').'-'.filemtime(public_path('backend/css/p2p-admin.css')); @endphp @endpush @php $enabled = (bool) old('enabled', $settings->enabled); $autoRelease = (bool) old('auto_release', $settings->auto_release); $commissionPct = old('commission_pct', $settings->commission_pct); $commissionFixed = old('commission_fixed', $settings->commission_fixed); $minOrder = old('min_order_amount', $settings->min_order_amount); $maxOrder = old('max_order_amount', $settings->max_order_amount); $holdMinutes = old('payout_hold_minutes', $settings->payout_hold_minutes); $commissionUid = old('commission_user_id', $settings->commission_user_id); $currencyCode = siteCurrency('code') ?? 'USD'; $updatedAgo = $settings->updated_at ? $settings->updated_at->diffForHumans() : __('never'); @endphp @section('content')
@lang('The master switch lives in Feature Management as the')
vendor_marketplace @lang('feature. The status toggle below is the day-to-day operational switch.')