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

{{__("Add new")}}

@foreach($devices as $br=>$dev) @endforeach

{{__("Goods")}}

@foreach($roba_magacin as $roba) @endforeach
{{__("Serial")}} {{__("Goods")}} {{__("Warehouse")}} {{__("Created at")}}
{{$roba->serijski_broj}} {{$roba->uredjaj}} {{$roba->magacin}} @if($roba->created_at){{date('d.m.Y.', strtotime($roba->created_at))}}@endif
@endsection