@if($layout == "A")
| 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)
|
{{ 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
|
|
|
{{ 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)
@endif
@if ($status['zakazka']->schvaleno == 9)
|
{{ 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
|