@php use Carbon\Carbon; @endphp
{{ $findCoupon->title }}
{{ $findCoupon->description }}
schedule 使用期限: {{ Carbon::parse($findCoupon->end_at)->format("Y/m/d") }} ({{ \App\Libraries\Date::dayOfWeekForChinese($findCoupon->end_at) }}) {{ Carbon::parse($findCoupon->end_at)->format("H:i") }}
使用中
取消
{{ $errorMessage }}
@endif