@extends('adminlte::page')
@push('css')
@endpush
@section('breadcrumb')
@endsection
@section('content')
@include('shipping_config.partials.table_component')
@endsection
@section('js')
@include('shipping_config.partials.modal_vuejs_add_shipping')
@endsection