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

{{__("Add device")}} ({{__("Delivery note number")}} {{$id_otpremnice}})

{{__("Delivery note")}} {{__("for")}} {{$robu_preuzeo}}

@foreach($otpremljena_roba as $br=>$otp) @endforeach
{{__("No.")}} {{__("Serial")}} {{__("Device")}}
{{($br+1).'.'}} {{$otp->serijski_broj}} {{$otp->uredjaj}}
@if(!$opremaOtpremnica->isEmpty())

{{__("Equipment")}}

@foreach($opremaOtpremnica as $br=>$oprem) @endforeach
{{__("No.")}} {{__("Equipment")}} {{__("Quantity")}}
{{($br+1).'.'}} {{$oprem->naziv}} {{$oprem->kol}}
@endif @endsection