Move email/ resources to mail/, added invoice generated email to admin, updated email template
This commit is contained in:
@@ -128,6 +128,19 @@
|
||||
@endforeach
|
||||
@endforeach
|
||||
@endforeach
|
||||
|
||||
@if($o->summary_other()->count())
|
||||
<tr>
|
||||
<td colspan="7">{{ $item['description'] }}</td>
|
||||
</tr>
|
||||
@foreach($o->summary_other() as $item)
|
||||
<tr>
|
||||
<td colspan="2"> </td>
|
||||
|
||||
<td>{{ $item['description'] }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
@endif
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user