@php $input='name'; @endphp
@php $input='weight_id'; @endphp
@php $input='min_definitions'; @endphp
@php $input='add_definitions'; @endphp
| add
KGs |
@foreach($pricing_zones as $item)
| {{$item->name}} |
@endforeach
from/To |
@php
$i=0;
@endphp
@foreach($pricing_zones as $item)
@foreach($pricing_zones as $it)
@php
$weight_definition=0;
if(! empty($weight_def[$i]))
$weight_definition=$weight_def[$i]['additional_value'];
@endphp
{!! Form::hidden("weight_fees_definition[$i][from_pricingzone_id]",$item->id,['class'=>'form-control']) !!}
| {!! Form::text("weight_fees_definition[$i][additional_value]",$weight_definition,['class'=>'form-control']) !!}
{!! Form::hidden("weight_fees_definition[$i][to_pricingzone_id]",$it->id,['class'=>'form-control']) !!}
@php
$i++;
@endphp
@endforeach
{{$item->name}} |
@endforeach