@extends('layouts.app') @section('content') @if($userId == $klijent->id_user || $isAdmin || $userId == $klijent->id_user_reklamacije)
{{ csrf_field() }}

{{__("Edit")}}

@if($errors->has('tip_montaze')) @endif
@if($errors->has('extra_stb')) @endif
@foreach($montirani as $mont)

{{'('.strtoupper($mont->uredjaj).') '.$mont->serijski_broj}}

@if($isAdmin) @endif
@endforeach
@foreach($equipment as $equip)

{{$equip->naziv.' ( '.__("quantity").': '.$equip->kol.')'}}

@if($isAdmin) @endif
@endforeach
@foreach($vraceni as $vr)

{{'('.$vr->uredjaj.') '.$vr->serijski_broj}}


@endforeach

{{__("Change")}} {{__("Choose file")}} {{__("Remove")}}
{{__("Change")}} {{__("Choose file")}} {{__("Remove")}}
{{__("Change")}} {{__("Choose file")}} {{__("Remove")}}
on_terrain) checked @endif/>
@if(!empty($napomene[0]))

{{__("Notes")}}

@foreach($napomene as $br=>$nap) {{__("Note")}} {{$br+1}}

{{$nap->napomena}}

{{$nap->ime.' '.$nap->prezime}} {{date('d.m.Y. H:i:s', strtotime($nap->created_at))}} @if($isSuperAdmin) @endif
@endforeach
@endif @if(!empty($images[0]))

{{__("Images")}}

@foreach($images as $img) @endforeach
@endif @if(!$files->isEmpty())

{{__("Files")}}

@foreach($files as $file) @endforeach
@endif @if(!empty($imgDocs[0]))

{{__("Documents")}}

@foreach($imgDocs as $doc) @endforeach
@endif @if(!empty($videos[0]))

{{__("Video")}}

@foreach($videos as $video)
@endforeach
@endif @if($isAdmin)
@csrf

{{__("Supervisor report")}} {{$monterIzvestaj}} ({{__("marks")}})

@if(!empty($supervisorComments[0]))

{{__("Supervisor comments")}}

@foreach($supervisorComments as $br=>$comment) {{__("comment")}} {{$br+1}}

{{$comment->comment}}

{{$comment->name.' '.$comment->surname}} {{date('d.m.Y. H:i:s', strtotime($comment->created_at))}} @if($isSuperAdmin) @endif
@endforeach
@endif @endif @else

{{__("Access denied")}}!

{{__("Only Admin and Super admin can see this page")}}

@endif @endsection