@php
$coupon_det = json_decode(@$coupon->details);
$start = isset($coupon) ? date('Y-m-d', strtotime($coupon->start_date)) : '';
$end = isset($coupon) ? date('Y-m-d', strtotime($coupon->end_date)) : '';
@endphp
{{ __('locale.Add Registration Coupon') }}
*{{ __('locale.This coupon need to be send by user while registration.') }}
@vite(['resources/assets/js/forms-pickers.js'])