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

{{__("Add new")}}

{{__("Goods")}}

@foreach($roba_magacin as $roba) @endforeach
{{__("Serial")}} {{__("Goods")}} {{__("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