@extends('layouts.main') @section('pageTitle', 'QR code 特約管理 - 編碼優惠規則') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'qrcodeRule.index') !!}
商店編號
商店名稱
折抵效期
@if(auth()->user()->can('qrcodeRule.destroyBatch')) @endif @switch($discountType) @case(0) @break @case(1) @break @case(2) @break @endswitch @if(auth()->user()->can('qrcodeRule.email')) @endif @if(auth()->user()->can('qrcodeRule.destroy')) @endif
商店編號 商店名稱 車種平日/假日 折抵時間(分)平日/假日 折抵金額(元)平日/假日 折抵折數(折)產出數量 啟用日期 折抵效期 版面格式 優惠券排程 多車共用寄信刪除
@can('qrcodeRule.create') 新增優惠規則 @endcan @can('qrcodeRule.destroyBatch') 批次刪除 @endcan @can('qrcodeRule.scheduleStatement') 優惠產出排程說明 @endcan
@endsection @section('js') @endsection