@extends('layouts.app') @section('content') {{csrf_field()}} {{__("Goods in warehouse")}} ({{count($roba_magacin)}}) {{__("Back")}} Excel {{__("No.")}} {{__("Serial")}} {{__("Device")}} {{__("Storekeeper")}} {{__("Warehouse")}} {{__("Provider")}} {{__("Invoice number")}} {{__("Device state")}} {{__("Created at")}} @foreach($roba_magacin as $br=>$roba) {{($br+1).'.'}} {{$roba->serijski_broj}} {{$roba->uredjaj}} {{$roba->magacioner_ime.' '.$roba->magacioner_prezime}} {{$roba->magacin}} {{$roba->provider}} {{$roba->invoice_number}} {{$roba->state}} @if($roba->created_at){{date('d.m.Y.', strtotime($roba->created_at))}}@endif @endforeach
{{__("Are you sure you want to delete data?")}}l?