We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0a885 commit d2cc0f5Copy full SHA for d2cc0f5
resources/views/templates/default.blade.php
@@ -123,11 +123,19 @@
123
.border-0 {
124
border: none !important;
125
}
126
+
127
.description {
128
margin-top: 0.25rem;
129
margin-bottom: 0;
130
color: #999;
131
132
133
+ .status {
134
+ color: #999;
135
+ font-size: 2rem;
136
+ font-weight: bold;
137
+ text-transform: uppercase;
138
+ }
139
</style>
140
</head>
141
@@ -145,6 +153,7 @@
145
153
</h4>
146
154
</td>
147
155
<td class="border-0 pl-0">
156
+ <p class="status">{{ $invoice->status }}</p>
148
157
<p>{{ __('invoices::invoice.serial') }} <strong>{{ $invoice->getSerialNumber() }}</strong></p>
149
158
<p>{{ __('invoices::invoice.date') }}: <strong>{{ $invoice->getDate() }}</strong></p>
150
159
0 commit comments