Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    No Respond when view logo.blade.php is loaded

    Bug Report
    2
    3
    220
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      SP last edited by

      I having issues when I'm trying to create an Invoice, when I trackback I found that the root is caused by logo.blade.php.

      <img src="{{ \Illuminate\Support\Facades\Storage::url(core()->getConfigData('general.design.admin_logo.logo_image')) }}" alt="{{ config('app.name') }}" style="height: 40px; width: 110px;"/>
      

      So when I remove the "src" it works well.

      <img src="" alt="{{ config('app.name') }}" style="height: 40px; width: 110px;"/>
      

      But in this case, my logo won't show in the email template. Is there any solution for this?

      1 Reply Last reply Reply Quote 0
      • N
        Naresh-webkul last edited by

        Hello ,
        Are you talking about invoice email template ?
        Also please make sure you have added the logo from the backend.
        Thanks!

        1 Reply Last reply Reply Quote 0
        • S
          SP last edited by

          @SP said in No Respond when view logo.blade.php is loaded:

          ve the "src" it works well.

          Thanks for your reply. I'm talking about any email template which using the logo will have an issue. This issue will occur after the app is crashed and I will kill the port and restart the server. But after I restart, this issue happened. Currently, I will need to remove the "img" element to prevent this issue. Is there any other solution for this?

          1 Reply Last reply Reply Quote 0
          • First post
            Last post