@if(isset($settings['voxships_shipping_methods']) && count($settings['voxships_shipping_methods']) > 0) @foreach($settings['voxships_shipping_methods'] as $voxship)
{!! Form::radio('delivery_type', $voxship['value'], 0 , ['class' => 'custom-control-input fixed ship_method local_delivery','data-id' => $voxship['label'] ,'data-method-id' => $id, 'data-rate' => $voxship['price'] ] ) !!}
${{$voxship['price']}}
@endforeach @endif