Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/vreg/components/Forms/Sidebars/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/vreg/components/Forms/Sidebars/OrderSummarySidebar.vue
<template>
  <div class="sidebar-wrapper order-sidebar-wrapper">
    <div class="sidebar-content order-sidebar">

      <order-summary-calculations/>

      <p class="bill-desc">
        The amount billed to your card is subject to change based on your vehicle's weight and registration status. The
        amount billed may be corrected when the transaction is processed with the state. <br>
        <a href="#">See how FL registration taxes are calculated.</a>
      </p>

      <div class="refund-notice-box">
        <h6>Refund Notice: </h6>
        <p>We Cannot Refund State and local government taxes and fees. Once services has been rendered and registration
          processed with the state this cost is a pass-through, which we have paid to the State on your behalf. <a
            href="#">Click Here</a> to learn our <a href="#">Refund Policy.</a></p>
      </div>

    </div>
  </div>
</template>

<script>

import OrderSummaryCalculations from "./OrderSummaryCalculations";
export default {
  name: "OrderSummarySidebar",
  components: {OrderSummaryCalculations}
}
</script>

<style scoped>

</style>

Spamworldpro Mini