@if($addCompanyPermission == 'all')
@lang('superadmin.addCompany')
@endif
@if (global_setting()->company_need_approval)
@endif
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection
@push('scripts')
@include('sections.datatable_js')
@endpush