@extends('admin.layout') @section('content')

{{ trans('labels.ShippingMethods') }} {{ trans('labels.ShippingMethods') }}...

{{ trans('labels.ShippingMethods') }}

@if (count($errors) > 0) @if($errors->any())
@endif @endif
@foreach ($result['shipping_methods'] as $key=>$shipping_methods) @if($shipping_methods->methods_type_link=='upsShipping' and $shipping_methods->shipping_methods_id=='1') @endif @if($shipping_methods->methods_type_link=='freeShipping' and $shipping_methods->shipping_methods_id=='2') @endif @if($shipping_methods->methods_type_link=='localPickup' and $shipping_methods->shipping_methods_id=='3') @endif @if($shipping_methods->methods_type_link=='flateRate' and $shipping_methods->shipping_methods_id=='4') @endif @endforeach
{{ trans('labels.Default') }} {{ trans('labels.ShippingTitle') }} {{ trans('labels.Price') }} {{ trans('labels.Status') }} {{ trans('labels.Action') }}
{{ $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 {{ 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 --- {{ 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 --- {{ 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
@endsection