File: /var/www/vhost/disk-apps/demo-telemedicina.teky.com.co/resources/views/reports/covid.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://www.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6" frameborder="0"
allowFullScreen="true"></iframe>
</div>
</div>
@endsection