PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
ecommerce
/
resources
/
views
/
orders
/
partials
<li class="list-group-item"> <input class="magic-radio" type="radio" name="shipping_method" id="shipping-method-{{ $shippingKey }}-{{ $shippingOption }}" @if (old('shipping_method', $shippingKey) == $defaultShippingMethod && old('shipping_option', $shippingOption) == $defaultShippingOption) checked @endif value="{{ $shippingKey }}" data-option="{{ $shippingOption }}" > <label for="shipping-method-{{ $shippingKey }}-{{ $shippingOption }}">{{ $shippingItem['name'] }} - {{ format_price($shippingItem['price']) }}</strong></label> </li>
[-] address-form.blade.php
[edit]
[+]
..
[-] logo.blade.php
[edit]
[-] shipping-option.blade.php
[edit]
[-] address-item.blade.php
[edit]