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

{{__("Return notes")}}

@foreach($povratnice as $pov) @if($pov->monter_ime) @else @endif @endforeach
{{__("No.")}} {{__("Storekeeper")}} {{__("Goods taken by")}} {{__("Created at")}} {{__("Add goods")}}
{{$pov->id.'.'}} {{$pov->magacioner_ime.' '.$pov->magacioner_prezime}}{{$pov->monter_ime.' '.$pov->monter_prezime}}{{$pov->robu_preuzeo}}@if($pov->created_at){{date('d.m.Y.', strtotime($pov->created_at))}}@endif
@endsection