@extends('layouts.backend')
@section('css_after')
@endsection
@section('content')
@php
$courier_header = [];
$courier_detail = [];
@endphp
{{-- Menyimpan table checked --}}
-
-
-
-
-
-
-
@endsection
@section('js_after')
@include('pages.delivery_v2.outbound_dashboard2.function')
@include('pages.delivery_v2.outbound_dashboard2.modal')
@include('pages.globalFunction')
@endsection