@extends('admin.layouts.home') @section('title', 'Marketplace Settings') @section('styles') @endsection @section('content')

Marketplace Settings

Back to Dashboard
@if(session('success')) @endif @if(session('error')) @endif
@csrf
General Settings
Core
The name of your marketplace as displayed to users.
A short description or slogan for your marketplace.
A longer description of your marketplace for SEO and information purposes.
Enable or disable the entire marketplace functionality.
Allow non-logged-in users to browse products (they will still need to log in to purchase).
Product Settings
Products
Maximum number of images allowed per product.
Maximum number of categories that can be assigned to a product.
Require admin approval before new products are visible in the marketplace.
Enable or disable product reviews functionality.
Store & Seller Settings
Stores
Allow any registered user to create a store and sell products.
Require admin approval before new stores are visible in the marketplace.
Minimum required length for store descriptions.
Requirements sellers must meet before they can sell products.
Financial Settings
Payments
Default currency for all transactions.
Percentage of each sale that goes to the platform.
$
Minimum amount a seller must earn before requesting a payout.
How often automatic payouts are processed for sellers.
Default tax rate applied to purchases. May be overridden by location-specific rates.
Notification Settings
Notifications
Admin Notifications
Customer Notifications
Cancel
@endsection @section('scripts') @endsection