Additional Add-Ons
@csrf
@error('duplicated')
{{ $message }}
@enderror
@if($errors->has('gift_product_id'))
{{ $errors->first('gift_product_id') }}
@endif
@if($errors->has('gift_item_code'))
{{ $errors->first('gift_item_code') }}
@endif
@if($errors->has('gift_description'))
{{ $errors->first('gift_description') }}
@endif
@if($errors->has('gift_ordered_qty'))
{{ $errors->first('gift_ordered_qty') }}
@endif