How to display image in panel?
lotarbo opened this issue · 2 comments
lotarbo commented
How display image in admin panel instead image name? Thanks.
hostingseguro commented
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.
AlirezaAlgo commented
@hostingseguro thank you :)