{{csrf_field()}} @php($readonly = "") @php($edit = "") @php($zrus = "") @if(Auth::user()->typ_pristupu_udrzba =="S" || Auth::user()->typ_pristupu_udrzba =="D") @php ($readonly = "readonly") @endif @if(Auth::user()->typ_pristupu_udrzba =="F" && $zakazka->status < 4 ) @php ($edit = "A") @endif @if(Auth::user()->typ_pristupu_udrzba =="F" && $zakazka->status >= 4 && $zakazka->status < 9) @php ($zrus = "A") @php ($readonly = "readonly") @endif
Potvrzení zakázky dodavatelem - {{$zakazka->cis_zak}} {{$zakazka->nazev_zak}}
@php ($selected = "")
{{--
--}}
@if($edit == "A" && false)
Lze zadat je typy souborů image: Jpeg, Jpg, Png, Gif nebo PDF ostatní budou ignorovány!!!!
@endif @if(Auth::user()->typ_pristupu_udrzba =="F" && $zakazka->status == 3)
@endif
@if($zrus == "A") @if($zakazka->status == 4 )
{{ csrf_field() }}
@endif @endif @if(isset($koment->fotos)) @if($koment->fotos)
@include('components.foto_gallery', ['fotos' => $koment->fotos])
@endif @endif @if(isset($koment->files)) @if($koment->files)
@include('components.soubor', ['files' => $koment->files])
@endif @endif @if (isset($koment->zapsal))
Zapsal: {{$koment->zapsal}} {{date('d.m.Y h:i:s',strtotime($koment->updated_at))}}
@endif @if ($potvrAutomat)
(Předání označeno automaticky)
@endif @if ($zakazka->status >= 9)
(Zakázka je ukončena - stav nelze měnit)
@endif