ListCoupons::route('/'), 'view' => ViewCoupon::route('/{record}'), ]; } public static function canCreate(): bool { return false; } }