@extends('layouts.app')
@section('content')
{{__("Serial")}} |
{{__("Goods")}} |
{{__("Provider")}} |
{{__("Invoice number")}} |
{{__("Origin")}} |
{{__("Warehouse")}} |
{{__("Created at")}} |
@foreach($roba_magacin as $roba)
{{$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 |
|
@endforeach
@endsection