serverfireteam/panel

How to display image in panel?

lotarbo opened this issue · 2 comments

How display image in admin panel instead image name? Thanks.

You can use this ->

$this->grid->add('<img class="img-responsive" style="max-width: 40px;" src="https://url/uploads/{{ $imagen }}" />', 'Imagen');

Into src you can use url or path.

@hostingseguro thank you :)