芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/components/client-selection-dropdown.blade.php
@php $addClientPermission = user()->permission('add_clients'); @endphp
--
@foreach ($clients as $clientOpt)
id) selected @endif data-content="
" value="{{ $clientOpt->id }}">{{ mb_ucwords($clientOpt->name) }}
@endforeach
@if ($addClientPermission == 'all' || $addClientPermission == 'added')
@lang('app.add')
@endif