@extends('layouts.app') @section('content') @if(!empty($stockpile)) @foreach($stockpile as $storage=>$stock)

{{$storage}}

@foreach($stock as $st) @endforeach
{{__('Type')}} {{__('Tools')}} {{__('Provider')}} {{__('Invoice number')}} {{__('Origin')}} {{__('Quantity')}}
{{$st['type']}} {{$st['tool']}} {{$st['provider']}} {{$st['invoice_number']}} {{$st['origin']}} {{$st['quantity']}}
@endforeach @endif @endsection