@extends('admin/layout') @section('title') {{ labels('admin_labels.add_seller', 'Add Seller') }} @endsection @section('content')
@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 particular 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