@if ($addLeadPermission == 'all' || $addLeadPermission == 'added')
@lang('app.addLead')
@endif
@if ($addLeadCustomFormPermission == 'all')
@lang('modules.lead.leadForm')
@endif
@if ($addLeadPermission == 'all' || $addLeadPermission == 'added')
@lang('app.importExcel')
@endif
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection
@push('scripts')
@include('sections.datatable_js')
@endpush