Initial Spark Install
This commit is contained in:
13
spark/resources/views/settings/invoices.blade.php
Normal file
13
spark/resources/views/settings/invoices.blade.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<spark-invoices :user="user" :team="team" :billable-type="billableType" inline-template>
|
||||
<div>
|
||||
<!-- Update Extra Billing Information -->
|
||||
<div v-if="billable">
|
||||
@include('spark::settings.invoices.update-extra-billing-information')
|
||||
</div>
|
||||
|
||||
<!-- Invoice List -->
|
||||
<div v-if="invoices.length > 0">
|
||||
@include('spark::settings.invoices.invoice-list')
|
||||
</div>
|
||||
</div>
|
||||
</spark-invoices>
|
Reference in New Issue
Block a user