@if($layout == "A")

Stav zakázky {{ $status['zakazka']->cis_zak }}: {{$status['zakazka']->statusZak}}

Zpět na zakázky @else

Stav zpracování zakázky: {{$status['zakazka']->statusZak}}

@endif
@if(isset($status['statusP'])) @endif @if(isset($status['statusV'])) @endif @if(isset($status['statusS'])) @endif
Akce Datum Zapsal Komentář
Zakázka zapsána
{{ date('d.m.Y',strtotime($status['zakazka']->zadano )) }} {{ $status['zakazka']->ref_spr_jmeno }}
@if ($status['zakazka']->potvrzeno == 1) @endif @if ($status['zakazka']->potvrzeno == 9) @endif @if ($status['zakazka']->potvrzeno == 1) Potvrzeno dodavatelem @endif @if ($status['zakazka']->potvrzeno == 9) Zamítnuto dodavatelem @endif
{{ date('d.m.Y',strtotime($status['statusP']->komentar->zadano )) }} {{ $status['statusP']->komentar->CeoKoment->jmeno }}
@if(!empty($status['statusP']->fotos)) @include('components.foto_gallery', ['fotos' => $status['statusP']->fotos]) @endif @if(!empty($status['statusP']->files)) @include('components.soubor', ['files' => $status['statusP']->files]) @endif
Předáno dodavatelem
{{ date('d.m.Y',strtotime($status['statusV']->komentar->zadano )) }} {{ $status['statusV']->komentar->CeoKoment->jmeno }}
@if(!empty($status['statusV']->fotos)) @include('components.foto_gallery', ['fotos' => $status['statusV']->fotos]) @endif @if(!empty($status['statusV']->files)) @include('components.soubor', ['files' => $status['statusV']->files]) @endif
@if ($status['zakazka']->schvaleno == 1)
Schváleno domem
@endif @if ($status['zakazka']->schvaleno == 9)
Zamítnuto domem
@endif
{{ date('d.m.Y',strtotime($status['statusS']->komentar->zadano )) }} {{ $status['statusS']->komentar->CeoKoment->jmeno }}
@if(!empty($status['statusS']->fotos)) @include('components.foto_gallery', ['fotos' => $status['statusS']->fotos]) @endif @if(!empty($status['statusS']->files)) @include('components.soubor', ['files' => $status['statusS']->files]) @endif