| {{$inventory->warehouses()->first()->title}} |
{{$inventory->name}} - {{$inventory->article_number}} |
{{$inventory->current}} / {{$inventory->max}} |
@if($inventory->type == 0) Übergabe @endif @if($inventory->type == 1) Rückgabe @endif |
@if(!empty($inventory->signature_user))
@endif
|
@if(!empty($inventory->signature_admin))
@endif
|
@endforeach