@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__("Add new")}} {{strtoupper($uredjaj)}}

{{__("Goods")}}

@foreach($roba_magacin as $roba) @endforeach
{{__("Serial")}} {{__("Device")}} {{__("Provider")}} {{__("Invoice number")}} {{__("Origin")}} {{__("Warehouse")}} {{__("Created at")}}
{{$roba->serijski_broj}} {{$roba->uredjaj}} {{$roba->provider}} {{$roba->invoice_number}} {{$roba->origin}} {{$roba->magacin}} @if($roba->created_at){{date('d.m.Y.', strtotime($roba->created_at))}}@endif
{{----}}
@endsection