@extends('layouts.main')
@section('pageTitle', 'QR Code 編碼優惠查詢')
@section('content')
| 折抵編號 |
商店編號 |
商店名稱 |
優惠類型 |
@switch($discountType)
@case(0)
優惠可折(分) |
實際折抵時數(分) |
@break
@case(1)
優惠可折(元) |
實際折抵金額(元) |
@break
@case(2)
優惠可折(折) |
實際折抵折數(折) |
@break
@endswitch
停車時數(分) |
有效期限 |
使用狀況 |
折抵車號 |
使用時間 |
@can('qrcodePreferentialSearch.export')
匯出
@endcan
@can('qrcodePreferentialSearch.statisticExport')
匯出已折抵統計表
@endcan
@if(Gate::check('qrcodePreferentialSearch.export') || Gate::check('qrcodePreferentialSearch.statisticExport'))
※ 匯出限制 {{ $globalVariable['exportLimit'] }} 筆資料
@endif
@endsection
@section('js')
@include('include.datePickerAndMask')
@endsection