@extends('layouts.app') @section('content')

{{__("Inventory")}} ({{$storage->naziv}})

@csrf
@if(!$tools->isEmpty())

{{__('Inventory')}}

@foreach($tools as $tool) @endforeach
{{__('Type')}} {{__('Tools')}} {{__('Provider')}} {{__('Invoice number')}} {{__('Quantity')}}
{{$tool->type}} {{$tool->tool}} {{$tool->provider}} {{$tool->invoice_number}} {{$tool->quantity}}
@endif @endsection