@extends('layouts.app') @section('content') {{__("Add new")}} @foreach($devices as $br=>$dev) {{strtoupper($dev->uredjaj)}} @endforeach {{__("Goods")}} {{__("Serial")}} {{__("Goods")}} {{__("Warehouse")}} {{__("Created at")}} @foreach($roba_magacin as $roba) {{$roba->serijski_broj}} {{$roba->uredjaj}} {{$roba->magacin}} @if($roba->created_at){{date('d.m.Y.', strtotime($roba->created_at))}}@endif @endforeach
{{__("Are you sure you want to delete data?")}}