Update Gift Voucher

{!! Form::checkbox('is_previous', null, null , [ 'class' => 'input-icheck', 'id' => 'is_previous']); !!} {{ __('Is Previous')}}
{!! Form::label('gift_voucher_amount_modal', 'Gift Voucher' . ':*') !!}
{!! Form::text('gift_voucher_amount_modal', null, ['class' => 'form-control '.(($pos_settings['enable_tab_mode'] == 1) ? 'tab_gift_voucher_amount_modal' : ''), 'placeholder' => 'Gift Voucher Code']) !!}
{!! Form::label('amount', 'Amount' . ':') !!}
{!! Form::text('amount', null, ['class' => 'form-control ', 'id' => 'gift_voucher_amount', 'placeholder' => 'Gift Voucher Amount']) !!}
{!! Form::label('issuedDate', ' Issued Date' . ':*') !!} {!! Form::date('issuedDate', null, ['class' => 'form-control', 'required', 'placeholder' => 'Issued Date']) !!}
{!! Form::label('expiryDate', ' Expiry Date' . ':*') !!} {!! Form::date('expiryDate', null, ['class' => 'form-control', 'required', 'placeholder' => 'Expiry Date']) !!}