Refresh
This commit is contained in:
1
resources/views/partials/details/image.blade.php
Executable file
1
resources/views/partials/details/image.blade.php
Executable file
@@ -0,0 +1 @@
|
||||
<img src="{{ $url }}" alt="{{ $url }}" class="w-full" />
|
||||
3
resources/views/partials/details/pdf.blade.php
Executable file
3
resources/views/partials/details/pdf.blade.php
Executable file
@@ -0,0 +1,3 @@
|
||||
<div class="w-full h-96">
|
||||
<embed src="{{ $url }}" type="application/pdf" height="100%" width="100%" />
|
||||
</div>
|
||||
Reference in New Issue
Block a user