@extends('backEnd.master')
@section('mainContent')
{{ __('common.sl') }} |
{{ __('common.name') }} |
{{ __('common.email') }} |
{{ __('common.phone') }} |
{{ __('common.commission_type') }} |
@if (file_exists(base_path().'/Modules/GST/'))
@if (app('gst_config')['enable_gst'] == "gst" || app('gst_config')['enable_gst'] == "flat_tax")
{{ __('gst.gst_or_flat_tax_claim_by_seller') }} |
@endif
@endif
{{ __('common.is_trusted') }} |
{{ __('common.shop_name') }} |
{{ __('common.wallet_balance') }} |
{{ __('common.total_orders') }} |
{{ __('common.action') }} |
@if (file_exists(base_path().'/Modules/GST/'))
@if (app('gst_config')['enable_gst'] == "gst" || app('gst_config')['enable_gst'] == "flat_tax")
@endif
@else
@endif
@include('multivendor::merchants.confirm_modal')
@endsection
@push('scripts')
@endpush