add email to contract

shift-build-2464
Nadim Salloum 2021-10-20 16:13:42 +02:00
parent 3f4f46b57a
commit 93877cd90c
1 changed files with 6 additions and 0 deletions

View File

@ -117,6 +117,12 @@ MwSt-Nr: CHE-226.272.050
<td>Telefon</td> <td>Telefon</td>
<td>{{ $contract->contact->phone }}</td> <td>{{ $contract->contact->phone }}</td>
</tr> </tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>E-Mail</td>
<td>{{ $contract->contact->email }}</td>
</tr>
@endif @endif
<tr><td>&nbsp;</td></tr> <tr><td>&nbsp;</td></tr>
</table> </table>