@if($zakazka->zapsal)
Editoval: {{$zakazka->zapsal}}
@endif
@if(!empty($fotos))
Foto k zakázce
@include('components.foto_gallery')
@endif
@if(!empty($files))
Dokumenty k zakázkce
@include('components.soubor')
@endif
@if(!empty($kontaktyZak))
@include('zakazka.kontZakDet')
@endif
@if(!empty($status))
@include ('zakazka.stavZakDet')
@endif
@if($koments)
@include ('komentar.KomentPrehl')
@endif