ui belet check tables
This commit is contained in:
parent
255217533c
commit
8875a79e0d
|
|
@ -40,25 +40,6 @@
|
|||
@endforeach
|
||||
</ul>
|
||||
</div>
|
||||
{{-- <div>--}}
|
||||
{{-- <div id="bukjalar-slider" style="width: 20em; padding-top: 1em;">--}}
|
||||
{{-- <div style="border:1px solid red;width: 26em !important;">--}}
|
||||
{{-- <a href="#" style="width: 100%;">--}}
|
||||
{{-- <img src="{{asset('assets/img/1.jpg')}}" alt="1" style="width: 100%;height:8em;object-fit: cover;">--}}
|
||||
{{-- </a>--}}
|
||||
{{-- </div>--}}
|
||||
{{-- <div style="border:1px solid red;">--}}
|
||||
{{-- <a href="#">--}}
|
||||
{{-- <img src="{{asset('assets/img/2.jpg')}}" alt="2" style="width: 100%;height:8em;object-fit: cover;">--}}
|
||||
{{-- </a>--}}
|
||||
{{-- </div>--}}
|
||||
{{-- <div style="border:1px solid red;">--}}
|
||||
{{-- <a href="#">--}}
|
||||
{{-- <img src="{{asset('assets/img/3.jpg')}}" alt="3" style="width: 100%;height:8em;object-fit: cover;">--}}
|
||||
{{-- </a>--}}
|
||||
{{-- </div>--}}
|
||||
{{-- </div>--}}
|
||||
{{-- </div>--}}
|
||||
<div class="contact-info-box mobile-d-none">
|
||||
<h4><b>MAHABAT MÜDIRLIGI</b></h4>
|
||||
<ul class="list-unstyled">
|
||||
|
|
@ -76,6 +57,7 @@
|
|||
<button class="btn filter-btn radio-filter-btn">RADIO</button>
|
||||
<button class="btn filter-btn sub-filter-btn">SUBTITLE</button>
|
||||
<button class="btn filter-btn web-filter-btn">WEBSITE</button>
|
||||
<button class="btn filter-btn web-filter-btn">BELET</button>
|
||||
</div>
|
||||
<div class="vertical-tab" role="tabpanel" style="box-shadow: 0px 0px 5px #aaaaaa; border: 0;">
|
||||
<!-- Tab panes -->
|
||||
|
|
@ -93,7 +75,8 @@
|
|||
<div class="bukja-table @if($folder->on_tv != false) on_tv @endif
|
||||
@if($folder->on_radio != false) on_radio @endif
|
||||
@if($folder->on_subtitle != false) on_subtitle @endif
|
||||
@if($folder->on_web != false) on_web @endif">
|
||||
@if($folder->on_web != false) on_web @endif
|
||||
@if($folder->on_belet != false) on_belet @endif">
|
||||
@if(isset($folder->total_price) & $folder->total_price !== '')
|
||||
@php
|
||||
$k=0
|
||||
|
|
@ -118,6 +101,7 @@
|
|||
<th scope="col">Radio</th>
|
||||
<th scope="col">Subtitle</th>
|
||||
<th scope="col">Web</th>
|
||||
<th scope="col">Belet</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -129,6 +113,7 @@
|
|||
<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>
|
||||
</tr>
|
||||
@endforeach
|
||||
@endisset
|
||||
|
|
@ -180,6 +165,7 @@
|
|||
<th scope="col">Radio</th>
|
||||
<th scope="col">Subtitle</th>
|
||||
<th scope="col">Web</th>
|
||||
<th scope="col">Belet</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -191,6 +177,7 @@
|
|||
<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>
|
||||
</tr>
|
||||
@endforeach
|
||||
@endisset
|
||||
|
|
@ -242,6 +229,7 @@
|
|||
<th scope="col">Radio</th>
|
||||
<th scope="col">Subtitle</th>
|
||||
<th scope="col">Web</th>
|
||||
<th scope="col">Belet</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -253,6 +241,7 @@
|
|||
<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>
|
||||
</tr>
|
||||
@endforeach
|
||||
@endisset
|
||||
|
|
@ -310,6 +299,9 @@
|
|||
@if($folder->on_web != false)
|
||||
<option value="{{$folder->id}}" class="sel_sel_time web_time" @if(isset($folder->total_price)) price="{{$folder->total_price}}" @endif folder_propId="{{$folder->property->filter_value}}" choiceTime="{{$folder->choice_time}}">{{$folder->title}}</option>
|
||||
@endif
|
||||
@if($folder->on_belet != false)
|
||||
<option value="{{$folder->id}}" class="sel_sel_time web_time" @if(isset($folder->total_price)) price="{{$folder->total_price}}" @endif folder_propId="{{$folder->property->filter_value}}" choiceTime="{{$folder->choice_time}}">{{$folder->title}}</option>
|
||||
@endif
|
||||
@endif
|
||||
@endforeach
|
||||
</optgroup>
|
||||
|
|
@ -328,6 +320,9 @@
|
|||
@if($folder->on_web != false)
|
||||
<option value="{{$folder->id}}" class="sel_sel_time web_time" @if(isset($folder->total_price)) price="{{$folder->total_price}}" @endif folder_propId="{{$folder->property->filter_value}}" choiceTime="{{$folder->choice_time}}">{{$folder->title}}</option>
|
||||
@endif
|
||||
@if($folder->on_belet != false)
|
||||
<option value="{{$folder->id}}" class="sel_sel_time web_time" @if(isset($folder->total_price)) price="{{$folder->total_price}}" @endif folder_propId="{{$folder->property->filter_value}}" choiceTime="{{$folder->choice_time}}">{{$folder->title}}</option>
|
||||
@endif
|
||||
@endif
|
||||
@endforeach
|
||||
</optgroup>
|
||||
|
|
@ -346,6 +341,9 @@
|
|||
@if($folder->on_web != false)
|
||||
<option value="{{$folder->id}}" class="sel_sel_time web_time" @if(isset($folder->total_price)) price="{{$folder->total_price}}" @endif folder_propId="{{$folder->property->filter_value}}" choiceTime="{{$folder->choice_time}}">{{$folder->title}}</option>
|
||||
@endif
|
||||
@if($folder->on_belet != false)
|
||||
<option value="{{$folder->id}}" class="sel_sel_time web_time" @if(isset($folder->total_price)) price="{{$folder->total_price}}" @endif folder_propId="{{$folder->property->filter_value}}" choiceTime="{{$folder->choice_time}}">{{$folder->title}}</option>
|
||||
@endif
|
||||
@endif
|
||||
@endforeach
|
||||
</optgroup>
|
||||
|
|
@ -371,6 +369,9 @@
|
|||
@if($folder->on_web != false)
|
||||
<option value="{{$ft['price'] ?? '0'}}" class="sel_sel_time web_time" data-toggle="tooltip" title="{{$ft['price'] ?? '0'}} TMT">{{$ft['time'] ?? ''}}</option>
|
||||
@endif
|
||||
@if($folder->on_belet != false)
|
||||
<option value="{{$ft['price'] ?? '0'}}" class="sel_sel_time web_time" data-toggle="tooltip" title="{{$ft['price'] ?? '0'}} TMT">{{$ft['time'] ?? ''}}</option>
|
||||
@endif
|
||||
@endforeach
|
||||
@endif
|
||||
@endif
|
||||
|
|
@ -398,6 +399,9 @@
|
|||
@if($folder->on_web != false)
|
||||
<option value="{{$ft['price'] ?? '0'}}" class="sel_sel_time web_time" data-toggle="tooltip" title="{{$ft['price'] ?? '0'}} TMT">{{$ft['time'] ?? ''}}</option>
|
||||
@endif
|
||||
@if($folder->on_belet != false)
|
||||
<option value="{{$ft['price'] ?? '0'}}" class="sel_sel_time web_time" data-toggle="tooltip" title="{{$ft['price'] ?? '0'}} TMT">{{$ft['time'] ?? ''}}</option>
|
||||
@endif
|
||||
@endforeach
|
||||
@endif
|
||||
@endif
|
||||
|
|
@ -425,6 +429,9 @@
|
|||
@if($folder->on_web != false)
|
||||
<option value="{{$ft['price'] ?? '0'}}" class="sel_sel_time web_time" data-toggle="tooltip" title="{{$ft['price'] ?? '0'}} TMT">{{$ft['time'] ?? ''}}</option>
|
||||
@endif
|
||||
@if($folder->on_belet != false)
|
||||
<option value="{{$ft['price'] ?? '0'}}" class="sel_sel_time web_time" data-toggle="tooltip" title="{{$ft['price'] ?? '0'}} TMT">{{$ft['time'] ?? ''}}</option>
|
||||
@endif
|
||||
@endforeach
|
||||
@endif
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue