@extends('admin.layouts.contentLayoutMaster') @section('title', '折價券事件') @section('vendor-styles') @endsection @section('page-styles') @endsection @section('content') {{-- search bar --}} 搜尋 關鍵字 列表 編碼 名稱 操作 @if ($voucher_events->isNotEmpty()) @foreach ($voucher_events as $voucher_event) {{ $voucher_event->code }} {{ $voucher_event->name }} @if (in_array($voucher_event->code, $allow_notify_codes)) @can('折價券管理-折價券事件列表-編輯') @endcan @endif @endforeach @else @include('admin.panels.list-no-data') @endif @endsection @section('vendor-scripts') @endsection @section('page-scripts') @endsection