@extends('layouts.main') @section('pageTitle', 'APP 優惠使用額度') @section('content')
優惠類型
商店名稱
開始日期
結束日期
@if(auth()->user()->can('appPreferentialQuota.edit')) @endif @if(auth()->user()->can('appPreferentialQuota.destroy')) @endif
特約商店 折扣模式 折扣購買額度 購買額度實付金額 額度到期日期 購買額度時間修改刪除
@can('appPreferentialQuota.create') 新增額度 @endcan
@endsection @section('js') @include('include.datePickerAndMask') @endsection