@extends('backEnd.master') @section('mainContent')

{{__('common.inactive')}}/{{__('common.request')}} {{__('common.seller')}} {{__('common.list')}}

@if (permissionCheck('admin.merchants_create')) @endif
@if (file_exists(base_path().'/Modules/GST/')) @if (app('gst_config')['enable_gst'] == "gst" || app('gst_config')['enable_gst'] == "flat_tax") @endif @endif
{{ __('common.sl') }} {{ __('common.name') }} {{ __('common.email') }} {{ __('common.phone') }} {{ __('common.commission_type') }}{{ __('gst.gst_or_flat_tax_claim_by_seller') }}{{ __('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