@if($shipping->name != 'Free Shipping' && $shipping->name != 'Shipping Price')
Price:
{{ $shipping['price']}}
{{__("Price Can be changed by admin.") }}
@if($shipping->name == 'Local Pickup')
{{ __("Localpick up will choosen by user at time of order review.") }}
@endif
@if($shipping->name == 'Flat Rate')
{{ __('Any item shipped with this method means global shipping charge will apply on all products.') }}
@endif
@endif
@if($shipping->name == 'Free Shipping')
{{__("Free Shipping not need any price changes when item is shipped with this method there is no shipping charge will apply.")}}
@endif
@if($shipping->name == 'Shipping Price')
{{__("Shipping Price mean Shipping price by weight")}}
@endif