@php
$start_date = date('d-m-Y H:i:s', $product->discount_start_date);
$end_date = date('d-m-Y H:i:s', $product->discount_end_date);
@endphp
@if(\App\Addon::where('unique_identifier', 'club_point')->first() != null &&
\App\Addon::where('unique_identifier', 'club_point')->first()->activated)
@endif