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

{{__("Delivery notes")}}

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