@extends('Admin.component.layout') @section('title', '活動列表修改') @section('content') @if(session('alert_message'))
{{ session('alert_message') }}
@endif

活動列表

@csrf @foreach($Lists ?? [] as $List)
title_diplay == 'Y') checked @endif value="Y">顯示 title_diplay == 'N') checked @endif value="N">隱藏
@if(!empty($List->INDEX_URL)) @endif
@if(!empty($List->INDEX_URL)) @else @endif
@if(!empty($List->BINGO_URL)) @endif
@if(!empty($List->BINGO_URL)) @else @endif
@if(!empty($List->LOTTERY_URL)) @endif
@if(!empty($List->LOTTERY_URL)) @else @endif
@if(!empty($List->LOTTERY_MP3)) @endif
@if(!empty($List->LOTTERY_MP3)) {{ $List->LOTTERY_MP3 }}"> @endif
@if(!empty($List->WINN_URL)) @endif
@if(!empty($List->WINN_URL)) @else @endif
@if(!empty($List->WINN_MP3)) @endif
@if(!empty($List->WINN_MP3)) {{ $List->WINN_MP3 }}"> @endif
@endforeach

獎項列表


@forelse($Awards ?? [] as $key => $Award) @empty @endforelse
獎項名稱 獎品名稱 獎品數量 跑燈秒數 獎項圖片 範本
無獎項資料
@stop