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

{{$storage}}

@foreach($stock as $st) @endforeach
{{__('Material')}} {{__('Quantity')}}
{{$st['material']}} {{$st['quantity']}}
@endforeach @endif @endsection