4 lines
179 B
PHP
4 lines
179 B
PHP
<div class="flex justify-center items-center w-full h-full">
|
|
<img src="{{ $url }}" class="max-w-full max-h-[80vh] object-contain rounded-lg shadow-lg" alt="Preview" />
|
|
</div>
|