@extends('admin/layout') @section('title') {{ labels('admin_labels.add_seller', 'Add Seller') }} @endsection @section('content')

{{ labels('admin_labels.add_seller', 'Add Seller') }}

{{ labels('admin_labels.empower_your_marketplace_with_seamless_seller_integration', 'Empower Your Marketplace with Seamless Seller Integration.') }}

@csrf
{{ labels('admin_labels.seller_details', 'Seller Details') }}
{{ labels('admin_labels.comission', 'Commission') }}
@php $category_html = getCategoriesOptionHtml($categories); @endphp
(Commission(%) to be given to the Super Admin on order item by Category you select.If you do not set the commission beside category then it will get global commission other wise perticuler category commission will be consider.)
{{ labels('admin_labels.bank_details', 'Bank Details') }}
{{ labels('admin_labels.store_details', 'Store Details') }}
({{ $note_for_necessary_documents }})
{{ labels('admin_labels.other_details', 'Other Details') }}
{{ labels('admin_labels.permissions', 'Permissions') }}
{{-- commission modal --}} @endsection