added stuff for late invoices.
updated all jobs to not include the wording Job in the file.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user