@extends('layouts.admin') @section('content') @php $typeLabels = [ 'points' => '點數', 'coupon' => '優惠券', 'product' => '商品', 'discount' => '折扣', 'cash' => '現金', ]; $triggerLabels = [ 'register' => '註冊', 'birthday' => '生日', 'annual' => '年度', 'upgrade' => '升級', 'manual' => '手動', ]; @endphp {{-- Toast 通知 --}} @if(session('success'))
| 名稱 | 類型 | 數值 | 適用等級 | 觸發條件 | 狀態 | 操作 |
|---|---|---|---|---|---|---|
| {{ $gift->name }} | {{ $typeLabels[$gift->type] ?? $gift->type }} | {{ $gift->value }} | {{ $gift->tier?->name ?? '全部' }} | {{ $triggerLabels[$gift->trigger] ?? $gift->trigger }} | @if($gift->is_active) 啟用 @else 停用 @endif | |
| 尚無資料 | ||||||