PHP Classes

File: resources/js/Pages/Billing.vue

Recommend this page to a friend!
  Classes of Robert Devenyi   Iceburg SAAS PHP CRM Open Source   resources/js/Pages/Billing.vue   Download  
File: resources/js/Pages/Billing.vue
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Iceburg SAAS PHP CRM Open Source
Application to manage the contacts of customers
Author: By
Last change:
Date: 1 year ago
Size: 498 bytes
 

Contents

Class file image Download
<template> <page :title="title"> <div class="py-10 mx-auto max-w-7xl sm:px-6 lg:px-8"> <div class="text-center"> <h2 class="text-2xl font-bold"> Hold up! You need an active subscription first. </h2> <jet-button class="mt-4" @click.native="checkout"> Head to the checkout page </jet-button> </div> </div> </page> </template> <script> </script>