Closed omar-lk closed 3 years ago
logo doesn't show up in gmail and yopmail but work in maildev code in header.blade.php
<tr> <td class="header"> <a href="{{ $url }}" style="display: inline-block;"> <img src="{{ asset("storage/logo-red.png") }}" /> </td> </tr>
any solution please ??
``
its work now solution:
<img src="{{ asset("images/logo-red.png") }}" data-auto-embed="attachment">
logo doesn't show up in gmail and yopmail but work in maildev code in header.blade.php
any solution please ??
``