netgescon-day0/resources/views/filament/modals/pdf-viewer.blade.php

8 lines
130 B
PHP

<div class="-m-6">
<iframe
title="PDF"
class="h-[75vh] w-full"
src="{{ $url }}"
></iframe>
</div>