Files
core/resources/views/shipping/filament/pages/manage-pickup-manifests.blade.php
arvanitakis 4acabe4185 Feature: Wire up carrier-agnostic shipping admin UI
Registers ShippingServiceProvider (carrier config, driver/fulfillment bindings, Rates page override) and wires the shipping admin surface into CorePlugin: dynamic carrier dropdown on Shipping Method create/edit, a "Create Shipment" order action resolved generically by carrier, and a Pickup Manifests page for carriers that support manifest batching.
2026-07-19 00:52:01 +03:00

4 lines
76 B
PHP

<x-filament-panels::page>
{{ $this->table }}
</x-filament-panels::page>