Newer
Older
HoteleriaAdmin / src / app / dashboards / dashboard4 / dashboard4.component.html
wtredata on 29 May 2021 510 bytes avances
<!-- ============================================================== -->
<!-- Report and Comments -->
<!-- ============================================================== -->
<!-- Row -->
<div class="row">
    <div class="col-lg-6">
        <!-- You can find this in the dashboard-component -->
        <app-earning-report></app-earning-report>
    </div>
    <div class="col-lg-6">
        <!-- You can find this in the dashboard-component -->
        <app-recent-comment></app-recent-comment>
    </div>
</div>