@if (app(Botble\Shippo\Shippo::class)->canCreateTransaction($shipment)) @php $url = route('ecommerce.shipments.shippo.show', $shipment->id); if (!is_in_admin(true) && is_plugin_active('marketplace')) { $url = route('marketplace.vendor.orders.shippo.show', $shipment->id); } @endphp
@endif @if ($shipment->label_url) {{ trans('plugins/shippo::shippo.print_label') }} @endif