check the table with belet
This commit is contained in:
parent
73642596f2
commit
5b898d0946
|
|
@ -95,25 +95,46 @@
|
|||
</div>
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Wagt aralygy</th>
|
||||
<th scope="col">TV</th>
|
||||
<th scope="col">Radio</th>
|
||||
<th scope="col">Subtitle</th>
|
||||
<th scope="col">Web</th>
|
||||
<th scope="col">Belet</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col">Wagt aralygy</th>
|
||||
@if($folder->on_tv)
|
||||
<th scope="col">TV</th>
|
||||
@endif
|
||||
@if($folder->on_radio)
|
||||
<th scope="col">Radio</th>
|
||||
@endif
|
||||
@if($folder->on_subtitle)
|
||||
<th scope="col">Subtitle</th>
|
||||
@endif
|
||||
@if($folder->on_web)
|
||||
<th scope="col">Web</th>
|
||||
@endif
|
||||
@if($folder->belet)
|
||||
<th scope="col">Belet</th>
|
||||
@endif
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@isset($folder->folder_table)
|
||||
@foreach($folder->folder_table as $table)
|
||||
<tr>
|
||||
|
||||
<td>@isset($table['time']) {{$table['time']}} @endisset</td>
|
||||
<td>@isset($table['set_tv']) {{$table['set_tv']}} @endisset</td>
|
||||
<td>@isset($table['set_radio']) {{$table['set_radio']}}@endisset</td>
|
||||
<td>@isset($table['set_sub']) {{$table['set_sub']}} @endisset</td>
|
||||
<td>@isset($table['set_web']) {{$table['set_web']}} @endisset</td>
|
||||
<td>@isset($table['set_belet']) {{$table['set_belet']}} @endisset</td>
|
||||
@if($folder->on_tv)
|
||||
<td>@isset($table['set_tv']) {{$table['set_tv']}} @endisset</td>
|
||||
@endif
|
||||
@if($folder->on_radio)
|
||||
<td>@isset($table['set_radio']) {{$table['set_radio']}}@endisset</td>
|
||||
@endif
|
||||
@if($folder->on_subtitle)
|
||||
<td>@isset($table['set_sub']) {{$table['set_sub']}} @endisset</td>
|
||||
@endif
|
||||
@if($folder->on_web)
|
||||
<td>@isset($table['set_web']) {{$table['set_web']}} @endisset</td>
|
||||
@endif
|
||||
@if($folder->belet)
|
||||
<td>@isset($table['set_belet']) {{$table['set_belet']}} @endisset</td>
|
||||
@endif
|
||||
</tr>
|
||||
@endforeach
|
||||
@endisset
|
||||
|
|
@ -161,11 +182,21 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Wagt aralygy</th>
|
||||
<th scope="col">TV</th>
|
||||
<th scope="col">Radio</th>
|
||||
<th scope="col">Subtitle</th>
|
||||
<th scope="col">Web</th>
|
||||
<th scope="col">Belet</th>
|
||||
@if($folder->on_tv)
|
||||
<th scope="col">TV</th>
|
||||
@endif
|
||||
@if($folder->on_radio)
|
||||
<th scope="col">Radio</th>
|
||||
@endif
|
||||
@if($folder->on_subtitle)
|
||||
<th scope="col">Subtitle</th>
|
||||
@endif
|
||||
@if($folder->on_web)
|
||||
<th scope="col">Web</th>
|
||||
@endif
|
||||
@if($folder->belet)
|
||||
<th scope="col">Belet</th>
|
||||
@endif
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -173,11 +204,21 @@
|
|||
@foreach($folder->folder_table as $table)
|
||||
<tr>
|
||||
<td>@isset($table['time']) {{$table['time']}} @endisset</td>
|
||||
<td>@isset($table['set_tv']) {{$table['set_tv']}} @endisset</td>
|
||||
<td>@isset($table['set_radio']) {{$table['set_radio']}}@endisset</td>
|
||||
<td>@isset($table['set_sub']) {{$table['set_sub']}} @endisset</td>
|
||||
<td>@isset($table['set_web']) {{$table['set_web']}} @endisset</td>
|
||||
<td>@isset($table['set_belet']) {{$table['set_belet']}} @endisset</td>
|
||||
@if($folder->on_tv)
|
||||
<td>@isset($table['set_tv']) {{$table['set_tv']}} @endisset</td>
|
||||
@endif
|
||||
@if($folder->on_radio)
|
||||
<td>@isset($table['set_radio']) {{$table['set_radio']}}@endisset</td>
|
||||
@endif
|
||||
@if($folder->on_subtitle)
|
||||
<td>@isset($table['set_sub']) {{$table['set_sub']}} @endisset</td>
|
||||
@endif
|
||||
@if($folder->on_web)
|
||||
<td>@isset($table['set_web']) {{$table['set_web']}} @endisset</td>
|
||||
@endif
|
||||
@if($folder->belet)
|
||||
<td>@isset($table['set_belet']) {{$table['set_belet']}} @endisset</td>
|
||||
@endif
|
||||
</tr>
|
||||
@endforeach
|
||||
@endisset
|
||||
|
|
@ -225,11 +266,21 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Wagt aralygy</th>
|
||||
<th scope="col">TV</th>
|
||||
<th scope="col">Radio</th>
|
||||
<th scope="col">Subtitle</th>
|
||||
<th scope="col">Web</th>
|
||||
<th scope="col">Belet</th>
|
||||
@if($folder->on_tv)
|
||||
<th scope="col">TV</th>
|
||||
@endif
|
||||
@if($folder->on_radio)
|
||||
<th scope="col">Radio</th>
|
||||
@endif
|
||||
@if($folder->on_subtitle)
|
||||
<th scope="col">Subtitle</th>
|
||||
@endif
|
||||
@if($folder->on_web)
|
||||
<th scope="col">Web</th>
|
||||
@endif
|
||||
@if($folder->belet)
|
||||
<th scope="col">Belet</th>
|
||||
@endif
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -237,11 +288,21 @@
|
|||
@foreach($folder->folder_table as $table)
|
||||
<tr>
|
||||
<td>@isset($table['time']) {{$table['time']}} @endisset</td>
|
||||
<td>@isset($table['set_tv']) {{$table['set_tv']}} @endisset</td>
|
||||
<td>@isset($table['set_radio']) {{$table['set_radio']}}@endisset</td>
|
||||
<td>@isset($table['set_sub']) {{$table['set_sub']}} @endisset</td>
|
||||
<td>@isset($table['set_web']) {{$table['set_web']}} @endisset</td>
|
||||
<td>@isset($table['set_belet']) {{$table['set_belet']}} @endisset</td>
|
||||
@if($folder->on_tv)
|
||||
<td>@isset($table['set_tv']) {{$table['set_tv']}} @endisset</td>
|
||||
@endif
|
||||
@if($folder->on_radio)
|
||||
<td>@isset($table['set_radio']) {{$table['set_radio']}}@endisset</td>
|
||||
@endif
|
||||
@if($folder->on_subtitle)
|
||||
<td>@isset($table['set_sub']) {{$table['set_sub']}} @endisset</td>
|
||||
@endif
|
||||
@if($folder->on_web)
|
||||
<td>@isset($table['set_web']) {{$table['set_web']}} @endisset</td>
|
||||
@endif
|
||||
@if($folder->belet)
|
||||
<td>@isset($table['set_belet']) {{$table['set_belet']}} @endisset</td>
|
||||
@endif
|
||||
</tr>
|
||||
@endforeach
|
||||
@endisset
|
||||
|
|
|
|||
Loading…
Reference in New Issue