@extends('layouts.main') @section('pageTitle', '特約優惠參數設定') @section('content')
@inject('thidLevel', 'App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'appointedPreferentialSetting.index') !!}
@csrf @method('PUT')
※ 欲修改優惠類型,請先刪除 APP 特約商店、額度與 QR code 特約商店!
@error('appointed_store_preferential_max') {{ $message }} @enderror
※ 依照場站特約商店(APP/QR code/發票)採用的折扣類型設定。
※ 僅能選金額折抵(元)或時間折抵(分鐘),無法同時設定。
@can('appointedPreferentialSetting.update') @endcan
@endsection @section('js') @endsection