{{ $company->name }}
@foreach ($stock as $key => $item) @endforeach
Code Name Description Units Quantity
{{ $item->code }} {{ $item->name }} {{ mb_strimwidth($item->description, 0, 50, "...") }} {{ $item->number_of_units }} {{ $item->quantity }}