import React from 'react'; import Navbar from "@/components/_App/Navbar"; import Footer from "@/components/_App/Footer"; import PageBanner from '@/components/Common/PageBanner'; import CheckoutContent from '@/components/Company/Shop/Checkout'; import * as Icon from 'react-feather'; import CheckoutProduct from "@/api/others/shop/checkout"; import Cookies from "cookies"; const Checkout = function ({ backend, checkout_product, user, provinces, ...props }) { return ( <>