Properly close tag in mail template

This commit is contained in:
Marcus Moore 2023-02-22 17:52:47 -08:00
parent 13ed2a05a3
commit 6c8de181cf
No known key found for this signature in database

View file

@ -47,7 +47,7 @@
## {{ $licenses->count() }} {{ trans('general.licenses') }}
<table width="100%">
<tr><th align="left"{{ trans('mail.name') }} </th></tr>
<tr><th align="left">{{ trans('mail.name') }} </th></tr>
@foreach($licenses as $license)
<tr>
<td>{{ $license->name }}</td>