@extends('layouts.app') @section('content') {{__('History')}} {{__("Inventory")}} ({{$storage->naziv}}) @csrf {{__('Materials')}} -- {{__('Materials')}} -- @foreach($mats as $mat) {{$mat->material}} @endforeach {{__('Quantity')}} @if(!$materials->isEmpty()) {{__('Inventory')}} {{__('Material')}} {{__('Quantity')}} @foreach($materials as $mat) {{$mat->material}} {{$mat->quantity}} @endforeach @endif @endsection