Click the link to see image
When I remove this link to (https://fe25-210-56-2-6.in.ngrok.io/api/opened) it will show the image
Email template Code:
<img src="https://fe25-210-56-2-6.in.ngrok.io/api/opened" alt="" width="100" height="30">
Controller
public function opened()
{
header('Content-type:image/jpg');
return file_get_contents(public_path('/images/user.jpg'));
}