@extends('layouts.app') @section('content') @include ('components.Combo_FDP')
| Typ revize | Č.pop. | Poslední provedení | Perioda rok/měs | Platí do | @if($zobrazujZavady == "A")@endif |
|---|---|---|---|---|---|
| {{ $rev->popis }} | {{ $rev->cp==0 ? "" : $rev->cp }} | {{ date('d.m.Y',strtotime($rev->provedeno)) }} | {{ $rev->perioda_roky }} @if( !empty($rev->perioda_mesice) ) / {{ $rev->perioda_mesice }} @endif | {{ date('d.m.Y',strtotime($rev->plati_do)) }} | @if($zobrazujZavady == "A")@if( $rev->Vada == 1 ) Závady @else Bez závad @endif | @endif
|
@foreach ($rev->files as $file )
{{ $file['title'] }}
@endforeach
|
|||||