File: /var/www/vhost/disk-apps/demo-telemedicina.teky.com.co/resources/views/reports/ai.blade.php
@extends('layouts.head') @section('content')
<div class="box">
<div class="box-header with-border">
<h3 class="box-title">{{ __('messages.reporst.title1') }}</h3>
<!-- /.box-tools -->
</div>
<!-- /.box-header -->
<div class="box-body">
<iframe id="bi_graphic" onload="onMyFrameLoad(this)" width="100%" height="800px"
src="https://app.powerbi.com/view?r=eyJrIjoiMGQ2NjBjNzEtNWU4ZC00MzBiLThiMTQtMmYzNjhhODFiNWIyIiwidCI6ImY3MDg4NTZmLTQ0NzYtNDkwMi1hMjlkLWVkNDM2Yjg1YmE5YSIsImMiOjR9"
frameborder="0" allowFullScreen="true"></iframe>
</div>
</div>
@endsection