promocode List
Edit Product
@csrf
@if ($errors->has('code'))
{{ $errors->first('code') }}
@endif
@if ($errors->has('discount_type'))
{{ $errors->first('discount_type') }}
@endif
@if ($errors->has('amount'))
{{ $errors->first('amount') }}
@endif
@if ($errors->has('promo_for'))
{{ $errors->first('promo_for') }}
@endif
@if ($errors->has('promo_type'))
{{ $errors->first('promo_type') }}
@endif
@if ($errors->has('start_date'))
{{ $errors->first('start_date') }}
@endif
@if ($errors->has('end_date'))
{{ $errors->first('end_date') }}
@endif
{{-- --}}