{{--START BY Nishat --}} {{--start 1 row --}}
Supplier Other Trims Name Description Required Quantity Unit Price Other Trim Cost Action
{{--{{ Form::label('','Unit : ') }}--}} {{ Form::select('provider1',$repository->suppliers(),$cost_breakdown_other_trim ? $cost_breakdown_other_trim->provider :null,['id'=>'provider1','class'=>'form-control','placeholder'=>'Select Supplier']) }} @if($errors->has('provider1')) {{ $errors->first('provider1') }} @endif
{{--{{ Form::label('','Unit : ') }}--}} {{ Form::select('other_trim_id1',$repository->otherTrims(),$cost_breakdown_other_trim ? $cost_breakdown_other_trim->other_trim_id :null,['id'=>'other_trim_id1','class'=>'form-control','placeholder'=>'Select Fabric']) }} @if($errors->has('other_trim_id1')) {{ $errors->first('other_trim_id1') }} @endif
{{--{{ Form::label('','Unit : ') }}--}} {{ Form::text('other_trim_description1',$cost_breakdown_other_trim ? $cost_breakdown_other_trim->other_trim_description :null,['id'=>'other_trim_description1','class'=>'form-control','placeholder'=>'Description']) }} @if($errors->has('other_trim_description1')) {{ $errors->first('other_trim_description1') }} @endif
{{--{{ Form::label('','Unit : ') }}--}} {{ Form::text('qty1',$cost_breakdown_other_trim ? $cost_breakdown_other_trim->qty :null,['id'=>'qty1','class'=>'form-control ','placeholder'=>'Required quantity']) }} @if($errors->has('qty1')) {{ $errors->first('qty1') }} @endif
{{--{{ Form::label('','Unit : ') }}--}} {{ Form::text('price1',$cost_breakdown_other_trim ? $cost_breakdown_other_trim->price :null,['id'=>'price1','class'=>'form-control','placeholder'=>'Unit Price/mtr ']) }} @if($errors->has('price1')) {{ $errors->first('price1') }} @endif
{{--{{ Form::label('','Unit : ') }}--}} {{ Form::text('cost1',$cost_breakdown_other_trim ? $cost_breakdown_other_trim->cost :null,['id'=>'cost1','class'=>'form-control last_salary','placeholder'=>'Appointed Trims Cost US$ With DZN ']) }} @if($errors->has('cost1')) {{ $errors->first('cost1') }} @endif
{{ Form::button('',['class'=>'far fa-trash-alt btn btn-danger',"id"=>'remove']) }} || {{ Form::button("",['class'=>'btn btn-primary far fa-plus-square','id'=>'add_more','onclick'=>'addRow2()']) }}
{{-- row end --}}