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

{{__("Edit")}}

date) value="{{date('d.m.Y', strtotime($site->date))}}"@endif/> @if($errors->has('date')) @endif
{{--
--}} @if(!$isColumnLeader)
@endif
@if($isSuperAdmin)
@endif
@if($errors->has('work_start')) @endif
@if($errors->has('work_end')) @endif
@if($errors->has('pause')) @endif
@if($someAdmin)
@if($errors->has('polish_date')) @endif
@endif
{{__('Change')}} {{__('Choose file')}} {{__('Remove')}}
@foreach($workers as $worker)

{{$worker->name.' '.$worker->surname}}

id, $absentWorkers)) checked @endif/>
@endforeach
@if(!$comments->isEmpty())

{{__('Comments')}}

@foreach($comments as $br=>$comment) {{__('comment')}} {{$br+1}}

{{$comment->comment}}

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

{{__('Images')}}

@foreach($images as $img) @endforeach
@endif @if(!empty($works))

{{__('Works')}}

@if($isColumnLeader || $isSuperAdmin) @endif @foreach($works as $work) @if($isColumnLeader || $isSuperAdmin) @endif @endforeach
{{__('Code')}} {{__('Works')}} {{__('Unit')}} {{__('Quantity')}}
{{$work['code']}} {{$work['work']}} {{$work['unit']}} {{$work['quantity']}}
@endif @endsection