@extends('warehouse.app') @section('title', __('w_entry.show')) @section('content') @include('components.errors')
# | {{ __('w_damage.item_id') }} | {{ __('w_damage.quantity') }} | {{ __('w_damage.unit') }} | {{ __('w_damage.actions') }} |
---|---|---|---|---|
{{ $index + 1 }} | {{ $item->name }} | {{ $item->pivot->quantity }} | {{ $item->unit->name }} |