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

{{__("Add new client")}}

confirmed_in_rune_app == 1) checked @endif/>
drawn_into_qgis == 1) checked @endif />
contacted == 1) checked @endif />
@if(!$mounted->isEmpty()) @foreach($mounted as $mont) @if($isAdmin) @endif @endforeach
{{'('.strtoupper($mont->uredjaj).') '.$mont->serijski_broj}}
@endif
@if(!$equipment->isEmpty()) @foreach($equipment as $equip) @if($isAdmin) @endif @endforeach
@if($equip->code) ({{$equip->code}}) @endif{{$equip->naziv.' ( '.__("quantity").': '.$equip->kol.')'}}
@endif
@if(!$returned->isEmpty()) @foreach($returned as $vr) @endforeach
{{'('.$vr->uredjaj.') '.$vr->serijski_broj}}
@endif
{{__("Change")}} {{__("Choose file")}} {{__("Remove")}}
{{__("Change")}} {{__("Choose file")}} {{__("Remove")}}
@if($isAdmin)
@endif
@if(!$spentMaterial->isEmpty())

{{__('Material')}}

@if($isSuperAdmin) @endif @foreach($spentMaterial as $mat) @if($isSuperAdmin) @endif @endforeach
{{__('Code')}} {{__('Material')}} {{__('Quantity')}}
{{$mat->code}} {{$mat->material}} {{$mat->quantity}}
@endif @if(!$comments->isEmpty())

{{__("Notes")}}

@foreach($comments as $br=>$com) {{__("Note")}} {{$br+1}}
admins_only == 0) class="success" @else class="danger" @endif>

{{$com->comment}}

{{$com->ime.' '.$com->prezime}} {{date('d.m.Y. H:i:s', strtotime($com->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($isAdmin) @if(!empty($imagesAdmin[0]))

{{__("Images")}} {{__("Admins")}}

@foreach($imagesAdmin as $img) @endforeach
@endif @if(!$filesAdmin->isEmpty())

{{__("Files")}} {{__("Admins")}}

@foreach($filesAdmin as $file) @endforeach
@endif
@csrf

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

@if(!$supervisorComments->isEmpty())

{{__("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 @endsection