Fix more uneven tags

This commit is contained in:
Ivan Nieto Vivanco 2023-02-12 12:01:40 -06:00
parent 9a68a747a0
commit f0bf16d784

View file

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