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

{{__("Add new")}}

{{__("Return notes")}}

@foreach($povratnice as $pov) sent_to_warehouse == 1) class="marker-gray" @endif> @if($pov->monter_ime) @else @endif @endforeach
{{__("No.")}} {{__("Storekeeper")}} {{__("Goods taken by")}} {{__("Warehouse")}} {{__("Created at")}} {{__("Status")}} {{__("Printed")}} {{__("Add goods")}}
{{$pov->id.'.'}} {{$pov->magacioner_ime.' '.$pov->magacioner_prezime}}{{$pov->monter_ime.' '.$pov->monter_prezime}}{{$pov->robu_preuzeo}}{{$pov->storage}} @if($pov->created_at){{date('d.m.Y.', strtotime($pov->created_at))}}@endif @if($pov->sent_to_warehouse) {{__('Sent')}} @endif @if($pov->send_date)({{date('d.m.Y.', strtotime($pov->send_date))}})@endif @if($pov->printed == 1) @endif send_date) sendDate="{{date('d.m.Y.', strtotime($pov->send_date))}}" @endif printed="{{$pov->printed}}" >
@endsection