芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/leads/ajax/proposal.blade.php
@php $addInvoicePermission = user()->permission('add_lead_proposals'); @endphp
@if ($addInvoicePermission == 'all' || $addInvoicePermission == 'added')
@lang('modules.proposal.createProposal')
@endif
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@include('sections.datatable_js')