@extends('layouts.app') @section('content')

{{translate('Voucher Information Adding')}}

@csrf

Required email format is xxx@abc.com

Please enter 10 digit Numeric figures only

Please enter amount in Numeric figures only

Please select expiry date which is equal or greater than current date

@endsection @section('script') @endsection