| Gmts Size | Button Color | Color Code | Button Metal Color | Button Details | Button Length | Gmnts Qty | With Percentage(%) | Booking Qty. | Remarks | Action |
|---|---|---|---|---|---|---|---|---|---|---|
|
{{--{{ Form::label('','Unit : ') }}--}}
{{ Form::text('size1',null,['id'=>'size1','class'=>'form-control','placeholder'=>'Gmts Size']) }}
@if($errors->has('size1'))
{{ $errors->first('size1') }}
@endif
|
{{--{{ Form::label('','Unit : ') }}--}}
{{ Form::text('color_code1',null,['id'=>'color_code1','class'=>'form-control','placeholder'=>'Color Code']) }}
@if($errors->has('color_code1'))
{{ $errors->first('color_code1') }}
@endif
|
{{--{{ Form::label('','Unit : ') }}--}}
{{ Form::text('length1',null,['id'=>'length1','class'=>'form-control','placeholder'=>'Length']) }}
@if($errors->has('length1'))
{{ $errors->first('length1') }}
@endif
|
{{--{{ Form::label('','Unit : ') }}--}}
{{ Form::text('gmnts_qty1',null,['id'=>'gmnts_qty1','class'=>'form-control','placeholder'=>'Gmnts Qty']) }}
@if($errors->has('gmnts_qty1'))
{{ $errors->first('gmnts_qty1') }}
@endif
|
{{--{{ Form::label('','Unit : ') }}--}}
{{ Form::text('percentage1',null,['id'=>'percentage1','onKeyup'=>'qty_calculate()','class'=>'form-control','placeholder'=>'Percentage']) }}
@if($errors->has('percentage1'))
{{ $errors->first('percentage1') }}
@endif
|
{{--{{ Form::label('','Unit : ') }}--}}
{{ Form::text('book_qty1',null,['id'=>'book_qty1','class'=>'form-control','placeholder'=>'Book Qty']) }}
@if($errors->has('book_qty1'))
{{ $errors->first('book_qty1') }}
@endif
|
{{--{{ Form::label('','Unit : ') }}--}}
{{ Form::text('remarks1',null,['id'=>'remarks1','class'=>'form-control','placeholder'=>'Remarks']) }}
@if($errors->has('remarks1'))
{{ $errors->first('remarks1') }}
@endif
|
{{ Form::button('',['class'=>'far fa-trash-alt btn btn-danger',"id"=>'remove','onclick'=>'remove()']) }} || {{ Form::button("",['class'=>'btn btn-primary far fa-plus-square','id'=>'add_more','onclick'=>'addRow()']) }} |