Archived
1
0
This repository has been archived on 2024-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
cyca/resources/views/partials/details/pdf.blade.php

3 lines
113 B
PHP
Raw Normal View History

2022-01-12 00:35:37 +01:00
<div class="w-full h-96">
<embed src="{{ $url }}" type="application/pdf" height="100%" width="100%" />
</div>