@extends('table.app')
@section('styles')
@endsection
@section('content')
@include('shipping::table.table')
@include('shipping::table.filter')
@endsection
@section('scripts')
{{ module_vite('build-shipping', 'resources/assets/js/shipping.js') }}
@endsection