@extends('layouts.app')
@section('title', 'Bangladesh Unbound - Custom Package')
@section('breadcrumb')
@endsection
@section('content')
@include('customer.custom_package_requests.partials.custom_package_requests_table')
@include('layouts.partials.pagination-info')
@endsection