| 圖片 | @include('partials.gameList.sortable-th', ['orderName' => 'game_platform_uid', 'title' => '平台']) @include('partials.gameList.sortable-th', ['orderName' => 'game_name_tw', 'title' => '遊戲名稱 (TW)']) @include('partials.gameList.sortable-th', ['orderName' => 'status_front', 'title' => '狀態']) @include('partials.gameList.sortable-th', ['orderName' => 'game_code', 'title' => '遊戲代碼']) @include('partials.gameList.sortable-th', ['orderName' => 'is_invalid_bet', 'title' => '投注有效']) @include('partials.gameList.sortable-th', ['orderName' => 'created_at', 'title' => '創建時間']) @include('partials.gameList.sortable-th', ['orderName' => 'updated_at', 'title' => '更新時間']) @include('partials.gameList.sortable-th', ['orderName' => 'game_highlight', 'title' => '重點介紹游戲']) @include('partials.gameList.sortable-th', ['orderName' => 'game_tags', 'title' => '游戲標簽'])操作 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $value->all_platform }} | {{ $value->game_name_tw }} | status_name == '啟用') style="color: green;" @elseif($value->status_name == '關閉') style="color: red;" @elseif($value->status_name == '下架') style="color: orange;" @endif> {{ $value->status_name }} | {{ $value->game_code }} | {{ isset($value->is_invalid_bet) && $value->is_invalid_bet == 1 ? '無效投注' : '有效投注' }} | {{ $value->created_at }} | {{ $value->updated_at }} | {{ $value->game_highlight }} | @foreach(json_decode($value->game_tags, true) ?? [] as $tag) {{ $tag }} @endforeach |