added stuff for late invoices.

updated all jobs to not include the wording Job in the file.
This commit is contained in:
2021-04-07 01:44:31 +09:00
parent bd8872a785
commit f06675dd2b
26 changed files with 157 additions and 765 deletions

View File

@@ -35,15 +35,7 @@
<th>Update</th>
</thead>
<tbody>
@if(isset($error))
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
@else
@if(isset($invoices))
@foreach($invoices as $invoice)
<tr>
<td>{{ $invoice->character_name }}</td>