Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2023-03-30 14:49:19 -07:00
commit 080a4c823b

View file

@ -13,7 +13,7 @@
</span>
</label>
<select name="bulk_actions" class="form-control select2" aria-label="bulk_actions" style="min-width: 350px;">
@if($status ?? '' == 'Deleted')
@if(($status) && ($status == 'Deleted'))
@can('delete', \App\Models\Asset::class)
<option value="restore">{{trans('button.restore')}}</option>
@endcan