@extends('layouts.main') @section('pageTitle', 'QR code 特約管理 - 商店管理') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'qrcodeStore.index') !!}
商店編號
商店統編/門市代號
商店名稱
電子郵件
@if(isset($stationParameters['yulong_qr_discount_enable']) && $stationParameters['yulong_qr_discount_enable'] == 1)
已啟用裕隆城商場QR code優惠折抵。
@endif
@if(auth()->user()->can('qrcodeStore.destroyBatch')) @endif @if(auth()->user()->can('qrcodeStore.updateCustomizedSetting')) @endif @if(auth()->user()->can('qrcodeStore.edit')) @endif @if(auth()->user()->can('qrcodeStore.destroy')) @endif
商店編號 商店統編/門市代號 商店名稱 電子郵件 剩餘額度 警示額度 有效期限客製編碼修改刪除
@can('qrcodeStore.create') 新增特約商店 @endcan @can('qrcodeStore.import') 匯入 @endcan @can('qrcodeStore.destroyBatch') 批次刪除 @endcan
@endsection @section('js') @endsection