File: /var/www/vhost/disk-apps/dev-telemedicina.teky.com.co/resources/views/reports/ai2.blade.php
@extends('layouts.head') @section('content')
<div class="box">
<div class="box-header with-border">
<h3 class="box-title">{{ __('messages.reports.title_1') }}</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=eyJrIjoiZmQ4MjU5NTUtNzA4ZC00MDZlLThiYmEtOThjNjAwMmE1MzI4IiwidCI6IjYzNWQ2MWM3LTBlMjUtNDk1My1hMDE3LTVmZTcwZTIxZDVjZCJ9"
frameborder="0" allowFullScreen="true"></iframe>
</div>
</div>
@endsection