@lang('lang_v1.custom_sale')

{!! Form::label('product_custom_name', __('product.product_name') . ':' ) !!} {!! Form::text('product_custom_name', null, ['class' => 'form-control', 'onclick' => "hide_numpad(1)", 'required']); !!}
{!! Form::label('product_custom_quantity', __('lang_v1.quantity') . ':' ) !!} {!! Form::number('product_custom_quantity', "0", ['class' => 'form-control', 'required', 'onfocus' => "show_numpad(1, this.name, this, 'custom_sale', 'quantity')"]); !!} {{--
5 10 20 50 100
1 2 3 4 5
6 7 8 9 0
00 Clear DEL
--}}
{!! Form::label('product_custom_amount', __('sale.amount') . ':' ) !!} {!! Form::text('product_custom_amount', "0.00", ['class' => 'form-control', 'required', 'onfocus' => "show_numpad(1, this.name, this, 'custom_sale')"]); !!} {{--
5 10 20 50 100
1 2 3 4 5
6 7 8 9 0
00 Clear DEL
--}}
{{-- Show Numpad if cash selected --}} {{-- @if (true)
1 2 3
4 5 6
7 8 9
0 Clr DEL
@endif --}} {{-- END Show Numpad if cash selected --}}