@props([ 'items', 'message', 'title' => trans('general.notification_warning'), ]) {{-- Warning side-panel used by bulk checkin/checkout to explain which assets were pulled from the selection (because they were already assigned on checkout, or already unassigned on checkin) and can't be included in the operation. Only renders when the caller has at least one item to show. Component intentionally doesn't set a col-md-* on its root so the caller can wrap it in whatever column width fits their page layout. Table layout mirrors the sibling checkout-target-panel so the two side panels read consistently when stacked in the same column. --}} @if ($items->isNotEmpty())
{{ $message }}
| {{ trans('general.name') }} | {{ trans('admin/hardware/form.tag') }} | {{ trans('admin/hardware/form.serial') }} | |
|---|---|---|---|
|
@if ($item->image_url ?? null)
|
{{ $item->name }} | {{ $item->asset_tag }} | {{ $item->serial }} |