@php
$shipping= false;
if(request()->is('shipping/*') || request()->is('shipping-rate/*') || request()->is('shipping-rate') )
{
$shipping = true;
}
@endphp
@if(permissionCheck('shipping_methods'))
{{__('shipping.shipping')}}
@if (permissionCheck('shipping.carriers.index') && menuManagerCheck(2,41,'shipping.carriers.index')->status == 1)
-
routeIs('shipping.carriers.*')) class="active" @endif>{{ __('shipping.carriers') }}
@endif
@if (permissionCheck('shipping_methods.index') && menuManagerCheck(2,41,'shipping_methods.index')->status == 1)
-
routeIs('shipping_methods.*')) class="active" @endif>{{ __('shipping.shipping_rates') }}
@endif
@if (permissionCheck('shipping.pickup_locations.index') && menuManagerCheck(2,41,'shipping.pickup_locations.index')->status == 1)
-
routeIs('shipping.pickup_locations.*')) class="active" @endif>{{ __('shipping.pickup_locations') }}
@endif
@if (permissionCheck('shipping.pending_orders.index') && menuManagerCheck(2,41,'shipping.pending_orders.index')->status == 1)
-
routeIs('shipping.pending_orders.index')) class="active" @endif>{{ __('shipping.shipping_orders') }}
@endif
@if (permissionCheck('shipping.configuration.index') && menuManagerCheck(2,41,'shipping.configuration.index')->status == 1)
-
routeIs('shipping.configuration.index')) class="active" @endif>{{ __('shipping.configuration') }}
@endif
@endif