{{ trans('labels.ShippingMethods') }}
@if (count($errors) > 0)
@if($errors->any())
@endif
@endif
{{$errors->first()}}
| {{ trans('labels.Default') }} | {{ trans('labels.ShippingTitle') }} | {{ trans('labels.Price') }} | {{ trans('labels.Status') }} | {{ trans('labels.Action') }} | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @if($shipping_methods->methods_type_link=='upsShipping' and $shipping_methods->shipping_methods_id=='1') | {{ $result['ups_shipping'][0]->title }} | --- | @if($shipping_methods->status==0) {{ trans('labels.InActive') }} @else shipping_methods_id}}&active=no" class="method-status"> {{ trans('labels.InActive') }} @endif / @if($shipping_methods->status==1) {{ trans('labels.Active') }} @else shipping_methods_id}}&active=yes" class="method-status"> {{ trans('labels.Active') }} @endif | @endif @if($shipping_methods->methods_type_link=='freeShipping' and $shipping_methods->shipping_methods_id=='2') | {{ trans('labels.FreeShipping') }} | --- | @if($shipping_methods->status==0) {{ trans('labels.InActive') }} @else shipping_methods_id}}&active=no" class="method-status"> {{ trans('labels.InActive') }} @endif / @if($shipping_methods->status==1) {{ trans('labels.Active') }} @else shipping_methods_id}}&active=yes" class="method-status"> {{ trans('labels.Active') }} @endif | --- | @endif @if($shipping_methods->methods_type_link=='localPickup' and $shipping_methods->shipping_methods_id=='3'){{ trans('labels.LocalPickup') }} | --- | @if($shipping_methods->status==0) {{ trans('labels.InActive') }} @else shipping_methods_id}}&active=no" class="method-status"> {{ trans('labels.InActive') }} @endif / @if($shipping_methods->status==1) {{ trans('labels.Active') }} @else shipping_methods_id}}&active=yes" class="method-status"> {{ trans('labels.Active') }} @endif | --- | @endif @if($shipping_methods->methods_type_link=='flateRate' and $shipping_methods->shipping_methods_id=='4'){{ trans('labels.FlateRate') }} | {{ $result['flate_rate'][0]->currency }}{{ $result['flate_rate'][0]->flate_rate }} | @if($shipping_methods->status==0) {{ trans('labels.InActive') }} @else shipping_methods_id}}&active=no" class="method-status"> {{ trans('labels.InActive') }} @endif / @if($shipping_methods->status==1) {{ trans('labels.Active') }} @else shipping_methods_id}}&active=yes" class="method-status"> {{ trans('labels.Active') }} @endif | @endif |