@php $addInvoicePermission = user()->permission('add_lead_proposals'); $addLeadPermission = user()->permission('add_deals'); @endphp
@if ($addLeadPermission == 'all' || $addLeadPermission == 'added')
@lang('modules.deal.addDeal')
@endif {{-- @if ($addLeadPermission == 'all' || $addLeadPermission == 'added')
@lang('app.importExcel')
@endif --}}
@foreach($pipelines as $pipeline)
default == 1) selected @endif value="{{ $pipeline->id }}">{{ $pipeline->name }}
@endforeach
@lang('app.clearFilters')
@lang('app.selectAction')
@lang('modules.deal.changeStage')
@lang('app.delete')
@foreach ($stages as $st)
{{ $st->name }}
@endforeach
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@include('sections.datatable_js')