Gift Voucher Setting

{!! Form::label('voucher_start', __('Voucher ID') . ':') !!} {!! Form::text('voucher_start', $business->voucher_start, ['class' => 'form-control', $business->voucher_start != '' ? 'readonly' : '']); !!}