Form elements disabled issue solved..

This commit is contained in:
Cüneyt Şentürk
2020-03-20 17:25:21 +03:00
parent 07e36e3ef2
commit 9f3bca6e1f
11 changed files with 11 additions and 11 deletions

View File

@@ -49,7 +49,7 @@
@if ((session('company_id') != $item->id))
{{ Form::bulkActionGroup($item->id, $item->name) }}
@else
{{ Form::bulkActionGroup($item->id, $item->name, ['disabled' => 'disabled']) }}
{{ Form::bulkActionGroup($item->id, $item->name, ['disabled' => 'true']) }}
@endif
</td>
<td class="col-sm-2 col-md-2 col-lg-1 col-xl-1 d-none d-sm-block"><a class="col-aka">{{ $item->id }}</a></td>