first commit
This commit is contained in:
39
resources/views/HomePage/table_account_3.blade.php
Normal file
39
resources/views/HomePage/table_account_3.blade.php
Normal file
@@ -0,0 +1,39 @@
|
||||
@php
|
||||
$dem = 0;
|
||||
$accountMomosGroupTypesTaiXiu2 = $accountMomosGroupTypesAllGames;
|
||||
if (!is_null($accountMomosGroupTypes->get(CONFIG_CHAN_LE_TAI_XIU_2)) && count($accountMomosGroupTypes->get(CONFIG_CHAN_LE_TAI_XIU_2)) > 0){
|
||||
$accountMomosGroupTypesTaiXiu2 = $accountMomosGroupTypes->get(CONFIG_CHAN_LE_TAI_XIU_2)->merge($accountMomosGroupTypesTaiXiu2);
|
||||
}
|
||||
@endphp
|
||||
@if(count($accountMomosGroupTypesTaiXiu2) > 0)
|
||||
@foreach($accountMomosGroupTypesTaiXiu2->take(5) as $rowChanLe2)
|
||||
<tr>
|
||||
<td id="p_28"><b id="ducnghia_28"
|
||||
style="position: relative;">{{ $rowChanLe2['sdt'] }} <span
|
||||
class="label label-success text-uppercase"
|
||||
onclick="coppy('{{ $rowChanLe2['sdt'] }}')"><i
|
||||
class="fa fa-clipboard" aria-hidden="true"></i></span>
|
||||
<b style="position: absolute;
|
||||
top: 15px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
left: 0;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
font-size: 7.5px;">
|
||||
<font color="{{ $rowChanLe2['color_tiencuoc'] }}">{{ number_format($rowChanLe2['sumTienCuoc']) }}</font>/
|
||||
<font color="6861b1">30M</font>|
|
||||
<font color="{{ $rowChanLe2['color_countbank'] }}">{{ $rowChanLe2['countbank'] }}</font>/
|
||||
<font color="6861b1">{{ CONFIG_LIMIT_LAN_BANK }}</font>
|
||||
</b>
|
||||
</b>
|
||||
</td>
|
||||
<td>{{ number_format($rowChanLe2['min']) }} VNĐ</td>
|
||||
<td>{{ number_format($rowChanLe2['max']) }} VNĐ</td>
|
||||
|
||||
</tr>
|
||||
@php
|
||||
$dem ++;
|
||||
@endphp
|
||||
@endforeach
|
||||
@endif
|
Reference in New Issue
Block a user