radfusion/resources/views/staff/studies/viewer.blade.php
2025-01-04 00:02:13 +06:00

11 lines
286 B
PHP

<html>
<head>
<title>{{ $title }}</title>
</head>
<body style="background-color:black;">
<iframe src="{{ $url }}" frameborder="0" width="100%" height="100%"
allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true">
</iframe>
</body>
</html>