hi, how can I load a custom logo (image) from the database?
Example:
table_empresas:id, nombre, direccion, logo
Now, I want to show the logo in the header (before the home icon in the navbar-header) and show the logo with height=100px and width=auto in all the pages.
Thank you