@php use App\Libraries\Date;use Carbon\Carbon; @endphp
{{ $findCoupon->title }}
{{ $findCoupon->description }}
@if ($couponLeft !== null)剩 {{ $couponLeft }} 張
@endifschedule 使用期限: {{ Carbon::parse($findCoupon->end_at)->format("Y/m/d") }} ({{ Date::dayOfWeekForChinese($findCoupon->end_at) }}) {{ Carbon::parse($findCoupon->end_at)->format("H:i") }}
確認刪除此優惠券?
{{ $errorMessage }}
@endif