Add cancellation request

This commit is contained in:
Deon George
2020-04-22 22:54:05 +10:00
parent 6480f40b22
commit 1934c6dfeb
6 changed files with 207 additions and 3 deletions

View File

@@ -21,6 +21,12 @@
<th>Status</th>
<td>{!! $o->status_html !!}</td>
</tr>
@if ($o->date_end)
<tr>
<th>Cancellation Date</th>
<td>{{ $o->date_end->format('Y-m-d') }}</td>
</tr>
@endif
@if (($o->active OR $o->isPending()) AND ! $o->external_billing)
<tr>
<th>Billed</th>